Module: Aws::DataZone::Client::_CreateConnectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateConnectionOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #configurations ⇒ ::Array[Types::Configuration]
- #connection_id ⇒ ::String
- #description ⇒ ::String
- #domain_id ⇒ ::String
- #domain_unit_id ⇒ ::String
- #environment_id ⇒ ::String
- #name ⇒ ::String
- #physical_endpoints ⇒ ::Array[Types::PhysicalEndpoint]
- #project_id ⇒ ::String
- #props ⇒ Types::ConnectionPropertiesOutput
- #scope ⇒ "DOMAIN", "PROJECT"
- #type ⇒ "ATHENA", ...
Instance Method Details
#configurations ⇒ ::Array[Types::Configuration]
491 |
# File 'sig/client.rbs', line 491
def configurations: () -> ::Array[Types::Configuration]
|
#connection_id ⇒ ::String
490 |
# File 'sig/client.rbs', line 490
def connection_id: () -> ::String
|
#description ⇒ ::String
492 |
# File 'sig/client.rbs', line 492
def description: () -> ::String
|
#domain_id ⇒ ::String
493 |
# File 'sig/client.rbs', line 493
def domain_id: () -> ::String
|
#domain_unit_id ⇒ ::String
494 |
# File 'sig/client.rbs', line 494
def domain_unit_id: () -> ::String
|
#environment_id ⇒ ::String
495 |
# File 'sig/client.rbs', line 495
def environment_id: () -> ::String
|
#name ⇒ ::String
496 |
# File 'sig/client.rbs', line 496
def name: () -> ::String
|
#physical_endpoints ⇒ ::Array[Types::PhysicalEndpoint]
497 |
# File 'sig/client.rbs', line 497
def physical_endpoints: () -> ::Array[Types::PhysicalEndpoint]
|
#project_id ⇒ ::String
498 |
# File 'sig/client.rbs', line 498
def project_id: () -> ::String
|
#props ⇒ Types::ConnectionPropertiesOutput
499 |
# File 'sig/client.rbs', line 499
def props: () -> Types::ConnectionPropertiesOutput
|
#scope ⇒ "DOMAIN", "PROJECT"
501 |
# File 'sig/client.rbs', line 501
def scope: () -> ("DOMAIN" | "PROJECT")
|
#type ⇒ "ATHENA", ...
500 |
# File 'sig/client.rbs', line 500
def type: () -> ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q" | "MLFLOW" | "VPC")
|