Class: Aws::Types::CreateEndpointMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateEndpointMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#dms_transfer_settings ⇒ Types::DmsTransferSettings
Returns the value of attribute dms_transfer_settings.
-
#doc_db_settings ⇒ Types::DocDbSettings
Returns the value of attribute doc_db_settings.
-
#dynamo_db_settings ⇒ Types::DynamoDbSettings
Returns the value of attribute dynamo_db_settings.
-
#elasticsearch_settings ⇒ Types::ElasticsearchSettings
Returns the value of attribute elasticsearch_settings.
-
#endpoint_identifier ⇒ ::String
Returns the value of attribute endpoint_identifier.
-
#endpoint_type ⇒ "source", "target"
Returns the value of attribute endpoint_type.
-
#engine_name ⇒ ::String
Returns the value of attribute engine_name.
-
#external_table_definition ⇒ ::String
Returns the value of attribute external_table_definition.
-
#extra_connection_attributes ⇒ ::String
Returns the value of attribute extra_connection_attributes.
-
#gcp_my_sql_settings ⇒ Types::GcpMySQLSettings
Returns the value of attribute gcp_my_sql_settings.
-
#ibm_db_2_settings ⇒ Types::IBMDb2Settings
Returns the value of attribute ibm_db_2_settings.
-
#kafka_settings ⇒ Types::KafkaSettings
Returns the value of attribute kafka_settings.
-
#kinesis_settings ⇒ Types::KinesisSettings
Returns the value of attribute kinesis_settings.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#microsoft_sql_server_settings ⇒ Types::MicrosoftSQLServerSettings
Returns the value of attribute microsoft_sql_server_settings.
-
#mongo_db_settings ⇒ Types::MongoDbSettings
Returns the value of attribute mongo_db_settings.
-
#my_sql_settings ⇒ Types::MySQLSettings
Returns the value of attribute my_sql_settings.
-
#neptune_settings ⇒ Types::NeptuneSettings
Returns the value of attribute neptune_settings.
-
#oracle_settings ⇒ Types::OracleSettings
Returns the value of attribute oracle_settings.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#postgre_sql_settings ⇒ Types::PostgreSQLSettings
Returns the value of attribute postgre_sql_settings.
-
#redis_settings ⇒ Types::RedisSettings
Returns the value of attribute redis_settings.
-
#redshift_settings ⇒ Types::RedshiftSettings
Returns the value of attribute redshift_settings.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
-
#s3_settings ⇒ Types::S3Settings
Returns the value of attribute s3_settings.
-
#server_name ⇒ ::String
Returns the value of attribute server_name.
-
#service_access_role_arn ⇒ ::String
Returns the value of attribute service_access_role_arn.
-
#ssl_mode ⇒ "none", ...
Returns the value of attribute ssl_mode.
-
#sybase_settings ⇒ Types::SybaseSettings
Returns the value of attribute sybase_settings.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#timestream_settings ⇒ Types::TimestreamSettings
Returns the value of attribute timestream_settings.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
218 219 220 |
# File 'sig/types.rbs', line 218 def certificate_arn @certificate_arn end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
214 215 216 |
# File 'sig/types.rbs', line 214 def database_name @database_name end |
#dms_transfer_settings ⇒ Types::DmsTransferSettings
Returns the value of attribute dms_transfer_settings.
224 225 226 |
# File 'sig/types.rbs', line 224 def dms_transfer_settings @dms_transfer_settings end |
#doc_db_settings ⇒ Types::DocDbSettings
Returns the value of attribute doc_db_settings.
238 239 240 |
# File 'sig/types.rbs', line 238 def doc_db_settings @doc_db_settings end |
#dynamo_db_settings ⇒ Types::DynamoDbSettings
Returns the value of attribute dynamo_db_settings.
222 223 224 |
# File 'sig/types.rbs', line 222 def dynamo_db_settings @dynamo_db_settings end |
#elasticsearch_settings ⇒ Types::ElasticsearchSettings
Returns the value of attribute elasticsearch_settings.
228 229 230 |
# File 'sig/types.rbs', line 228 def elasticsearch_settings @elasticsearch_settings end |
#endpoint_identifier ⇒ ::String
Returns the value of attribute endpoint_identifier.
207 208 209 |
# File 'sig/types.rbs', line 207 def endpoint_identifier @endpoint_identifier end |
#endpoint_type ⇒ "source", "target"
Returns the value of attribute endpoint_type.
208 209 210 |
# File 'sig/types.rbs', line 208 def endpoint_type @endpoint_type end |
#engine_name ⇒ ::String
Returns the value of attribute engine_name.
209 210 211 |
# File 'sig/types.rbs', line 209 def engine_name @engine_name end |
#external_table_definition ⇒ ::String
Returns the value of attribute external_table_definition.
221 222 223 |
# File 'sig/types.rbs', line 221 def external_table_definition @external_table_definition end |
#extra_connection_attributes ⇒ ::String
Returns the value of attribute extra_connection_attributes.
215 216 217 |
# File 'sig/types.rbs', line 215 def extra_connection_attributes @extra_connection_attributes end |
#gcp_my_sql_settings ⇒ Types::GcpMySQLSettings
Returns the value of attribute gcp_my_sql_settings.
240 241 242 |
# File 'sig/types.rbs', line 240 def gcp_my_sql_settings @gcp_my_sql_settings end |
#ibm_db_2_settings ⇒ Types::IBMDb2Settings
Returns the value of attribute ibm_db_2_settings.
236 237 238 |
# File 'sig/types.rbs', line 236 def ibm_db_2_settings @ibm_db_2_settings end |
#kafka_settings ⇒ Types::KafkaSettings
Returns the value of attribute kafka_settings.
227 228 229 |
# File 'sig/types.rbs', line 227 def kafka_settings @kafka_settings end |
#kinesis_settings ⇒ Types::KinesisSettings
Returns the value of attribute kinesis_settings.
226 227 228 |
# File 'sig/types.rbs', line 226 def kinesis_settings @kinesis_settings end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
216 217 218 |
# File 'sig/types.rbs', line 216 def kms_key_id @kms_key_id end |
#microsoft_sql_server_settings ⇒ Types::MicrosoftSQLServerSettings
Returns the value of attribute microsoft_sql_server_settings.
235 236 237 |
# File 'sig/types.rbs', line 235 def microsoft_sql_server_settings @microsoft_sql_server_settings end |
#mongo_db_settings ⇒ Types::MongoDbSettings
Returns the value of attribute mongo_db_settings.
225 226 227 |
# File 'sig/types.rbs', line 225 def mongo_db_settings @mongo_db_settings end |
#my_sql_settings ⇒ Types::MySQLSettings
Returns the value of attribute my_sql_settings.
232 233 234 |
# File 'sig/types.rbs', line 232 def my_sql_settings @my_sql_settings end |
#neptune_settings ⇒ Types::NeptuneSettings
Returns the value of attribute neptune_settings.
229 230 231 |
# File 'sig/types.rbs', line 229 def neptune_settings @neptune_settings end |
#oracle_settings ⇒ Types::OracleSettings
Returns the value of attribute oracle_settings.
233 234 235 |
# File 'sig/types.rbs', line 233 def oracle_settings @oracle_settings end |
#password ⇒ ::String
Returns the value of attribute password.
211 212 213 |
# File 'sig/types.rbs', line 211 def password @password end |
#port ⇒ ::Integer
Returns the value of attribute port.
213 214 215 |
# File 'sig/types.rbs', line 213 def port @port end |
#postgre_sql_settings ⇒ Types::PostgreSQLSettings
Returns the value of attribute postgre_sql_settings.
231 232 233 |
# File 'sig/types.rbs', line 231 def postgre_sql_settings @postgre_sql_settings end |
#redis_settings ⇒ Types::RedisSettings
Returns the value of attribute redis_settings.
239 240 241 |
# File 'sig/types.rbs', line 239 def redis_settings @redis_settings end |
#redshift_settings ⇒ Types::RedshiftSettings
Returns the value of attribute redshift_settings.
230 231 232 |
# File 'sig/types.rbs', line 230 def redshift_settings @redshift_settings end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
237 238 239 |
# File 'sig/types.rbs', line 237 def resource_identifier @resource_identifier end |
#s3_settings ⇒ Types::S3Settings
Returns the value of attribute s3_settings.
223 224 225 |
# File 'sig/types.rbs', line 223 def s3_settings @s3_settings end |
#server_name ⇒ ::String
Returns the value of attribute server_name.
212 213 214 |
# File 'sig/types.rbs', line 212 def server_name @server_name end |
#service_access_role_arn ⇒ ::String
Returns the value of attribute service_access_role_arn.
220 221 222 |
# File 'sig/types.rbs', line 220 def service_access_role_arn @service_access_role_arn end |
#ssl_mode ⇒ "none", ...
Returns the value of attribute ssl_mode.
219 220 221 |
# File 'sig/types.rbs', line 219 def ssl_mode @ssl_mode end |
#sybase_settings ⇒ Types::SybaseSettings
Returns the value of attribute sybase_settings.
234 235 236 |
# File 'sig/types.rbs', line 234 def sybase_settings @sybase_settings end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
217 218 219 |
# File 'sig/types.rbs', line 217 def @tags end |
#timestream_settings ⇒ Types::TimestreamSettings
Returns the value of attribute timestream_settings.
241 242 243 |
# File 'sig/types.rbs', line 241 def timestream_settings @timestream_settings end |
#username ⇒ ::String
Returns the value of attribute username.
210 211 212 |
# File 'sig/types.rbs', line 210 def username @username end |