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

Class: Aws::MQ::Types::CreateConfigurationOutput

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

Overview

Returns information about the created configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Required. The Amazon Resource Name (ARN) of the configuration.

Returns:

  • (String)

    Required.

#authentication_strategyString

The authentication strategy associated with the configuration.

Possible values:

  • SIMPLE
  • LDAP

Returns:

  • (String)

    The authentication strategy associated with the configuration.

#createdTime

Required. The date and time of the configuration.

Returns:

  • (Time)

    Required.

#idString

Required. The unique ID that Amazon MQ generates for the configuration.

Returns:

  • (String)

    Required.

#latest_revisionTypes::ConfigurationRevision

The latest revision of the configuration.

Returns:

#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.