Creates a new configuration for the specified configuration name. Amazon MQ uses the default configuration (the engine type and version).
mq_create_configuration(EngineType, EngineVersion, Name, Tags)Required. The type of broker engine. Note: Currently, Amazon MQ supports only ACTIVEMQ.
Required. The version of the broker engine. For a list of supported engine versions, see https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html
Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.
Create tags when creating the configuration.
svc$create_configuration(
EngineType = "ACTIVEMQ",
EngineVersion = "string",
Name = "string",
Tags = list(
"string"
)
)