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
The broker engine version. Defaults to the latest available version for the specified broker engine type. For more information, see the ActiveMQ version management and the RabbitMQ version management sections in the Amazon MQ Developer Guide.
Functions
Link copied to clipboard
inline fun copy(block: CreateConfigurationRequest.Builder.() -> Unit = {}): CreateConfigurationRequest