CreateConfigurationRequest
Creates a new configuration for the specified configuration name. Amazon MQ uses the default configuration (the engine type and version).
Types
Properties
Link copied to clipboard
Optional. The authentication strategy associated with the configuration. The default is SIMPLE.
Link copied to clipboard
Required. The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.
Link copied to clipboard
Required. The broker engine's version. For a list of supported engine versions, see Supported engines.
Functions
Link copied to clipboard
inline fun copy(block: CreateConfigurationRequest.Builder.() -> Unit = {}): CreateConfigurationRequest