exportServerEngineAttribute
inline suspend fun OpsWorksCmClient.exportServerEngineAttribute(crossinline block: ExportServerEngineAttributeRequest.Builder.() -> Unit): ExportServerEngineAttributeResponse
Exports a specified server engine attribute as a base64-encoded string. For example, you can export user data that you can use in EC2 to associate nodes with a server.
This operation is synchronous.
A ValidationException
is raised when parameters of the request are not valid. A ResourceNotFoundException
is thrown when the server does not exist. An InvalidStateException
is thrown when the server is in any of the following states: CREATING, TERMINATED, FAILED or DELETING.