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.
850 851 852 853 854 855 856 857 858 |
# File 'lib/aws-sdk-mq/types.rb', line 850 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.
850 851 852 853 854 855 856 857 858 |
# File 'lib/aws-sdk-mq/types.rb', line 850 class CreateConfigurationRequest < Struct.new( :authentication_strategy, :engine_type, :engine_version, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
850 851 852 853 854 855 856 857 858 |
# File 'lib/aws-sdk-mq/types.rb', line 850 class CreateConfigurationRequest < Struct.new( :authentication_strategy, :engine_type, :engine_version, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
850 851 852 853 854 855 856 857 858 |
# File 'lib/aws-sdk-mq/types.rb', line 850 class CreateConfigurationRequest < Struct.new( :authentication_strategy, :engine_type, :engine_version, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
850 851 852 853 854 855 856 857 858 |
# File 'lib/aws-sdk-mq/types.rb', line 850 class CreateConfigurationRequest < Struct.new( :authentication_strategy, :engine_type, :engine_version, :name, :tags) SENSITIVE = [] include Aws::Structure end |