mq_create_configuration {paws.application.integration} | R Documentation |
Creates a new configuration for the specified configuration name
Description
Creates a new configuration for the specified configuration name. Amazon MQ uses the default configuration (the engine type and version).
See https://www.paws-r-sdk.com/docs/mq_create_configuration/ for full documentation.
Usage
mq_create_configuration(
AuthenticationStrategy = NULL,
EngineType,
EngineVersion,
Name,
Tags = NULL
)
Arguments
AuthenticationStrategy |
Optional. The authentication strategy associated with the configuration. The default is SIMPLE. |
EngineType |
[required] Required. The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ. |
EngineVersion |
[required] Required. The broker engine's version. For a list of supported engine versions, see Supported engines. |
Name |
[required] 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. |
Tags |
Create tags when creating the configuration. |