You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MQ::Types::CreateConfigurationInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_strategyString

The authentication strategy associated with the configuration.

Possible values:

  • SIMPLE
  • LDAP

Returns:

  • (String)

    The authentication strategy associated with the configuration.

#engine_typeString

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

Possible values:

  • ACTIVEMQ
  • RABBITMQ

Returns:

  • (String)

    Required.

#engine_versionString

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

Returns:

  • (String)

    Required.

#nameString

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.

Returns:

  • (String)

    Required.

#tagsHash<String,String>

Create tags when creating the configuration.

Returns:

  • (Hash<String,String>)

    Create tags when creating the configuration.