Configuration Args
data class ConfigurationArgs(val authenticationStrategy: Output<String>? = null, val data: Output<String>? = null, val description: Output<String>? = null, val engineType: Output<String>? = null, val engineVersion: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ConfigurationArgs>
Resource Type definition for AWS::AmazonMQ::Configuration
Example Usage
Example
No Java example available.
Properties
Link copied to clipboard
The authentication strategy associated with the configuration. The default is SIMPLE.
Link copied to clipboard
The description of the configuration.
Link copied to clipboard
The type of broker engine. Note: Currently, Amazon MQ only supports ACTIVEMQ for creating and editing broker configurations.
Link copied to clipboard
The version of the broker engine.