View source: R/mq_operations.R
mq_create_configuration | R Documentation |
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.
mq_create_configuration(
AuthenticationStrategy = NULL,
EngineType,
EngineVersion = NULL,
Name,
Tags = NULL
)
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 |
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. |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.