Class: Aws::MQ::Types::CreateConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::CreateConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication_strategy ⇒ String
Optional.
-
#engine_type ⇒ String
The type of broker engine.
- #engine_version ⇒ String
- #name ⇒ String
- #tags ⇒ Hash<String,String>
Instance Attribute Details
#authentication_strategy ⇒ String
Optional. The authentication strategy used to secure the broker. The default is SIMPLE.
860 861 862 863 864 865 866 867 868 |
# File 'lib/aws-sdk-mq/types.rb', line 860 class CreateConfigurationRequest < Struct.new( :authentication_strategy, :engine_type, :engine_version, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#engine_type ⇒ String
The type of broker engine. Amazon MQ supports ActiveMQ and RabbitMQ.
860 861 862 863 864 865 866 867 868 |
# File 'lib/aws-sdk-mq/types.rb', line 860 class CreateConfigurationRequest < Struct.new( :authentication_strategy, :engine_type, :engine_version, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
860 861 862 863 864 865 866 867 868 |
# File 'lib/aws-sdk-mq/types.rb', line 860 class CreateConfigurationRequest < Struct.new( :authentication_strategy, :engine_type, :engine_version, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
860 861 862 863 864 865 866 867 868 |
# File 'lib/aws-sdk-mq/types.rb', line 860 class CreateConfigurationRequest < Struct.new( :authentication_strategy, :engine_type, :engine_version, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
860 861 862 863 864 865 866 867 868 |
# File 'lib/aws-sdk-mq/types.rb', line 860 class CreateConfigurationRequest < Struct.new( :authentication_strategy, :engine_type, :engine_version, :name, :tags) SENSITIVE = [] include Aws::Structure end |