Class: Aws::Types::CreateBrokerInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_strategy"SIMPLE", ...

Returns the value of attribute authentication_strategy.

Returns:



120
121
122
# File 'sig/types.rbs', line 120

def authentication_strategy
  @authentication_strategy
end

#auto_minor_version_upgradeBoolean

Returns the value of attribute auto_minor_version_upgrade.

Returns:



121
122
123
# File 'sig/types.rbs', line 121

def auto_minor_version_upgrade
  @auto_minor_version_upgrade
end

#broker_name::String

Returns the value of attribute broker_name.

Returns:



122
123
124
# File 'sig/types.rbs', line 122

def broker_name
  @broker_name
end

#configurationTypes::ConfigurationId

Returns the value of attribute configuration.

Returns:



123
124
125
# File 'sig/types.rbs', line 123

def configuration
  @configuration
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:



124
125
126
# File 'sig/types.rbs', line 124

def creator_request_id
  @creator_request_id
end

#data_replication_mode"NONE", "CRDR"

Returns the value of attribute data_replication_mode.

Returns:



126
127
128
# File 'sig/types.rbs', line 126

def data_replication_mode
  @data_replication_mode
end

#data_replication_primary_broker_arn::String

Returns the value of attribute data_replication_primary_broker_arn.

Returns:



127
128
129
# File 'sig/types.rbs', line 127

def data_replication_primary_broker_arn
  @data_replication_primary_broker_arn
end

#deployment_mode"SINGLE_INSTANCE", ...

Returns the value of attribute deployment_mode.

Returns:



125
126
127
# File 'sig/types.rbs', line 125

def deployment_mode
  @deployment_mode
end

#encryption_optionsTypes::EncryptionOptions

Returns the value of attribute encryption_options.

Returns:



128
129
130
# File 'sig/types.rbs', line 128

def encryption_options
  @encryption_options
end

#engine_type"ACTIVEMQ", "RABBITMQ"

Returns the value of attribute engine_type.

Returns:



129
130
131
# File 'sig/types.rbs', line 129

def engine_type
  @engine_type
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:



130
131
132
# File 'sig/types.rbs', line 130

def engine_version
  @engine_version
end

#host_instance_type::String

Returns the value of attribute host_instance_type.

Returns:



131
132
133
# File 'sig/types.rbs', line 131

def host_instance_type
  @host_instance_type
end

#ldap_server_metadataTypes::LdapServerMetadataInput

Returns the value of attribute ldap_server_metadata.

Returns:



132
133
134
# File 'sig/types.rbs', line 132

def 
  
end

#logsTypes::Logs

Returns the value of attribute logs.

Returns:



133
134
135
# File 'sig/types.rbs', line 133

def logs
  @logs
end

#maintenance_window_start_timeTypes::WeeklyStartTime

Returns the value of attribute maintenance_window_start_time.

Returns:



134
135
136
# File 'sig/types.rbs', line 134

def maintenance_window_start_time
  @maintenance_window_start_time
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:



135
136
137
# File 'sig/types.rbs', line 135

def publicly_accessible
  @publicly_accessible
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:



136
137
138
# File 'sig/types.rbs', line 136

def security_groups
  @security_groups
end

#storage_size::Integer

Returns the value of attribute storage_size.

Returns:



137
138
139
# File 'sig/types.rbs', line 137

def storage_size
  @storage_size
end

#storage_type"EBS", "EFS"

Returns the value of attribute storage_type.

Returns:



138
139
140
# File 'sig/types.rbs', line 138

def storage_type
  @storage_type
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:



139
140
141
# File 'sig/types.rbs', line 139

def subnet_ids
  @subnet_ids
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



140
141
142
# File 'sig/types.rbs', line 140

def tags
  @tags
end

#users::Array[Types::User]

Returns the value of attribute users.

Returns:



141
142
143
# File 'sig/types.rbs', line 141

def users
  @users
end