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

Class: Aws::MQ::Types::CreateConfigurationRequest

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

Overview

Note:

When passing CreateConfigurationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  authentication_strategy: "SIMPLE", # accepts SIMPLE, LDAP
  engine_type: "ACTIVEMQ", # accepts ACTIVEMQ, RABBITMQ
  engine_version: "__string",
  name: "__string",
  tags: {
    "__string" => "__string",
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_strategyString

The authentication strategy used to secure the broker.

Possible values:

  • SIMPLE
  • LDAP

Returns:

  • (String)

    The authentication strategy used to secure the broker.

#engine_typeString

The type of broker engine. Note: Currently, Amazon MQ supports ActiveMQ and RabbitMQ.

Possible values:

  • ACTIVEMQ
  • RABBITMQ

Returns:

  • (String)

    The type of broker engine.

#engine_versionString

Returns:

  • (String)

#nameString

Returns:

  • (String)

#tagsHash<String,String>

Returns:

  • (Hash<String,String>)