Skip to content

/AWS1/CL_MQ=>CREATECONFIGURATION()

About CreateConfiguration

Creates a new configuration for the specified configuration name. Amazon MQ uses the default configuration (the engine type and version).

Method Signature

IMPORTING

Required arguments:

IV_ENGINETYPE TYPE /AWS1/MQ_ENGINETYPE /AWS1/MQ_ENGINETYPE

Required. The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.

IV_NAME TYPE /AWS1/MQ___STRING /AWS1/MQ___STRING

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.

Optional arguments:

IV_AUTHENTICATIONSTRATEGY TYPE /AWS1/MQ_AUTHNTCTNSTRATEGY /AWS1/MQ_AUTHNTCTNSTRATEGY

Optional. The authentication strategy associated with the configuration. The default is SIMPLE.

IV_ENGINEVERSION TYPE /AWS1/MQ___STRING /AWS1/MQ___STRING

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.

IT_TAGS TYPE /AWS1/CL_MQ___MAPOF__STRING_W=>TT___MAPOF__STRING TT___MAPOF__STRING

Create tags when creating the configuration.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_MQ_CREATECONFRESPONSE /AWS1/CL_MQ_CREATECONFRESPONSE