Class: Aws::MQ::Types::Configuration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb

Overview

Returns information about all configurations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Required. The ARN of the configuration.

Returns:

  • (String)


307
308
309
310
311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 307

class Configuration < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :description,
  :engine_type,
  :engine_version,
  :id,
  :latest_revision,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#authentication_strategyString

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

Returns:

  • (String)


307
308
309
310
311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 307

class Configuration < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :description,
  :engine_type,
  :engine_version,
  :id,
  :latest_revision,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#createdTime

Required. The date and time of the configuration revision.

Returns:

  • (Time)


307
308
309
310
311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 307

class Configuration < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :description,
  :engine_type,
  :engine_version,
  :id,
  :latest_revision,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Required. The description of the configuration.

Returns:

  • (String)


307
308
309
310
311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 307

class Configuration < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :description,
  :engine_type,
  :engine_version,
  :id,
  :latest_revision,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#engine_typeString

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

Returns:

  • (String)


307
308
309
310
311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 307

class Configuration < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :description,
  :engine_type,
  :engine_version,
  :id,
  :latest_revision,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#engine_versionString

Required. The broker engine's version. For a list of supported engine versions, see, Supported engines.

Returns:

  • (String)


307
308
309
310
311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 307

class Configuration < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :description,
  :engine_type,
  :engine_version,
  :id,
  :latest_revision,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

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

Returns:

  • (String)


307
308
309
310
311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 307

class Configuration < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :description,
  :engine_type,
  :engine_version,
  :id,
  :latest_revision,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#latest_revisionTypes::ConfigurationRevision

Required. The latest revision of the configuration.



307
308
309
310
311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 307

class Configuration < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :description,
  :engine_type,
  :engine_version,
  :id,
  :latest_revision,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

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


307
308
309
310
311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 307

class Configuration < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :description,
  :engine_type,
  :engine_version,
  :id,
  :latest_revision,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The list of all tags associated with this configuration.

Returns:

  • (Hash<String,String>)


307
308
309
310
311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 307

class Configuration < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :description,
  :engine_type,
  :engine_version,
  :id,
  :latest_revision,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end