Class: Aws::Types::Endpoint
- Inherits:
-
Object
- Object
- Aws::Types::Endpoint
- 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_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
-
#endpoint_identifier ⇒ ::String
Returns the value of attribute endpoint_identifier.
-
#endpoint_type ⇒ "source", "target"
Returns the value of attribute endpoint_type.
-
#engine_display_name ⇒ ::String
Returns the value of attribute engine_display_name.
-
#engine_name ⇒ ::String
Returns the value of attribute engine_name.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#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.
-
#is_read_only ⇒ Boolean
Returns the value of attribute is_read_only.
-
#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.
-
#lakehouse_settings ⇒ Types::LakehouseSettings
Returns the value of attribute lakehouse_settings.
-
#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.
-
#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.
-
#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.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#sybase_settings ⇒ Types::SybaseSettings
Returns the value of attribute sybase_settings.
-
#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.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def certificate_arn @certificate_arn end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def database_name @database_name end |
#dms_transfer_settings ⇒ Types::DmsTransferSettings
Returns the value of attribute dms_transfer_settings.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def dms_transfer_settings @dms_transfer_settings end |
#doc_db_settings ⇒ Types::DocDbSettings
Returns the value of attribute doc_db_settings.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def doc_db_settings @doc_db_settings end |
#dynamo_db_settings ⇒ Types::DynamoDbSettings
Returns the value of attribute dynamo_db_settings.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def dynamo_db_settings @dynamo_db_settings end |
#elasticsearch_settings ⇒ Types::ElasticsearchSettings
Returns the value of attribute elasticsearch_settings.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def elasticsearch_settings @elasticsearch_settings end |
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def endpoint_arn @endpoint_arn end |
#endpoint_identifier ⇒ ::String
Returns the value of attribute endpoint_identifier.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def endpoint_identifier @endpoint_identifier end |
#endpoint_type ⇒ "source", "target"
Returns the value of attribute endpoint_type.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def endpoint_type @endpoint_type end |
#engine_display_name ⇒ ::String
Returns the value of attribute engine_display_name.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def engine_display_name @engine_display_name end |
#engine_name ⇒ ::String
Returns the value of attribute engine_name.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def engine_name @engine_name end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def external_id @external_id end |
#external_table_definition ⇒ ::String
Returns the value of attribute external_table_definition.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def external_table_definition @external_table_definition end |
#extra_connection_attributes ⇒ ::String
Returns the value of attribute extra_connection_attributes.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def extra_connection_attributes @extra_connection_attributes end |
#gcp_my_sql_settings ⇒ Types::GcpMySQLSettings
Returns the value of attribute gcp_my_sql_settings.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 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.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def ibm_db_2_settings @ibm_db_2_settings end |
#is_read_only ⇒ Boolean
Returns the value of attribute is_read_only.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def is_read_only @is_read_only end |
#kafka_settings ⇒ Types::KafkaSettings
Returns the value of attribute kafka_settings.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def kafka_settings @kafka_settings end |
#kinesis_settings ⇒ Types::KinesisSettings
Returns the value of attribute kinesis_settings.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def kinesis_settings @kinesis_settings end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def kms_key_id @kms_key_id end |
#lakehouse_settings ⇒ Types::LakehouseSettings
Returns the value of attribute lakehouse_settings.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def lakehouse_settings @lakehouse_settings end |
#microsoft_sql_server_settings ⇒ Types::MicrosoftSQLServerSettings
Returns the value of attribute microsoft_sql_server_settings.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def microsoft_sql_server_settings @microsoft_sql_server_settings end |
#mongo_db_settings ⇒ Types::MongoDbSettings
Returns the value of attribute mongo_db_settings.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def mongo_db_settings @mongo_db_settings end |
#my_sql_settings ⇒ Types::MySQLSettings
Returns the value of attribute my_sql_settings.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def my_sql_settings @my_sql_settings end |
#neptune_settings ⇒ Types::NeptuneSettings
Returns the value of attribute neptune_settings.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def neptune_settings @neptune_settings end |
#oracle_settings ⇒ Types::OracleSettings
Returns the value of attribute oracle_settings.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def oracle_settings @oracle_settings end |
#port ⇒ ::Integer
Returns the value of attribute port.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def port @port end |
#postgre_sql_settings ⇒ Types::PostgreSQLSettings
Returns the value of attribute postgre_sql_settings.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def postgre_sql_settings @postgre_sql_settings end |
#redis_settings ⇒ Types::RedisSettings
Returns the value of attribute redis_settings.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def redis_settings @redis_settings end |
#redshift_settings ⇒ Types::RedshiftSettings
Returns the value of attribute redshift_settings.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def redshift_settings @redshift_settings end |
#s3_settings ⇒ Types::S3Settings
Returns the value of attribute s3_settings.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def s3_settings @s3_settings end |
#server_name ⇒ ::String
Returns the value of attribute server_name.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def server_name @server_name end |
#service_access_role_arn ⇒ ::String
Returns the value of attribute service_access_role_arn.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def service_access_role_arn @service_access_role_arn end |
#ssl_mode ⇒ "none", ...
Returns the value of attribute ssl_mode.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def ssl_mode @ssl_mode end |
#status ⇒ ::String
Returns the value of attribute status.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def status @status end |
#sybase_settings ⇒ Types::SybaseSettings
Returns the value of attribute sybase_settings.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def sybase_settings @sybase_settings end |
#timestream_settings ⇒ Types::TimestreamSettings
Returns the value of attribute timestream_settings.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def timestream_settings @timestream_settings end |
#username ⇒ ::String
Returns the value of attribute username.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def username @username end |