Class: Aws::Types::Connection
- Inherits:
-
Object
- Object
- Aws::Types::Connection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#athena_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute athena_properties.
-
#authentication_configuration ⇒ Types::AuthenticationConfiguration
Returns the value of attribute authentication_configuration.
-
#compatible_compute_environments ⇒ ::Array[("SPARK" | "ATHENA" | "PYTHON")]
Returns the value of attribute compatible_compute_environments.
-
#connection_properties ⇒ ::Hash[("HOST" | "PORT" | "USERNAME" | "PASSWORD" | "ENCRYPTED_PASSWORD" | "JDBC_DRIVER_JAR_URI" | "JDBC_DRIVER_CLASS_NAME" | "JDBC_ENGINE" | "JDBC_ENGINE_VERSION" | "CONFIG_FILES" | "INSTANCE_ID" | "JDBC_CONNECTION_URL" | "JDBC_ENFORCE_SSL" | "CUSTOM_JDBC_CERT" | "SKIP_CUSTOM_JDBC_CERT_VALIDATION" | "CUSTOM_JDBC_CERT_STRING" | "CONNECTION_URL" | "KAFKA_BOOTSTRAP_SERVERS" | "KAFKA_SSL_ENABLED" | "KAFKA_CUSTOM_CERT" | "KAFKA_SKIP_CUSTOM_CERT_VALIDATION" | "KAFKA_CLIENT_KEYSTORE" | "KAFKA_CLIENT_KEYSTORE_PASSWORD" | "KAFKA_CLIENT_KEY_PASSWORD" | "ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD" | "ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD" | "KAFKA_SASL_MECHANISM" | "KAFKA_SASL_PLAIN_USERNAME" | "KAFKA_SASL_PLAIN_PASSWORD" | "ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD" | "KAFKA_SASL_SCRAM_USERNAME" | "KAFKA_SASL_SCRAM_PASSWORD" | "KAFKA_SASL_SCRAM_SECRETS_ARN" | "ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD" | "KAFKA_SASL_GSSAPI_KEYTAB" | "KAFKA_SASL_GSSAPI_KRB5_CONF" | "KAFKA_SASL_GSSAPI_SERVICE" | "KAFKA_SASL_GSSAPI_PRINCIPAL" | "SECRET_ID" | "CONNECTOR_URL" | "CONNECTOR_TYPE" | "CONNECTOR_CLASS_NAME" | "ENDPOINT" | "ENDPOINT_TYPE" | "ROLE_ARN" | "REGION" | "WORKGROUP_NAME" | "CLUSTER_IDENTIFIER" | "DATABASE"), ::String]
Returns the value of attribute connection_properties.
-
#connection_schema_version ⇒ ::Integer
Returns the value of attribute connection_schema_version.
-
#connection_type ⇒ "JDBC", ...
Returns the value of attribute connection_type.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_connection_validation_time ⇒ ::Time
Returns the value of attribute last_connection_validation_time.
-
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#match_criteria ⇒ ::Array[::String]
Returns the value of attribute match_criteria.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#physical_connection_requirements ⇒ Types::PhysicalConnectionRequirements
Returns the value of attribute physical_connection_requirements.
-
#python_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute python_properties.
-
#spark_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute spark_properties.
-
#status ⇒ "READY", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#athena_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute athena_properties.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def athena_properties @athena_properties end |
#authentication_configuration ⇒ Types::AuthenticationConfiguration
Returns the value of attribute authentication_configuration.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def authentication_configuration @authentication_configuration end |
#compatible_compute_environments ⇒ ::Array[("SPARK" | "ATHENA" | "PYTHON")]
Returns the value of attribute compatible_compute_environments.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def compatible_compute_environments @compatible_compute_environments end |
#connection_properties ⇒ ::Hash[("HOST" | "PORT" | "USERNAME" | "PASSWORD" | "ENCRYPTED_PASSWORD" | "JDBC_DRIVER_JAR_URI" | "JDBC_DRIVER_CLASS_NAME" | "JDBC_ENGINE" | "JDBC_ENGINE_VERSION" | "CONFIG_FILES" | "INSTANCE_ID" | "JDBC_CONNECTION_URL" | "JDBC_ENFORCE_SSL" | "CUSTOM_JDBC_CERT" | "SKIP_CUSTOM_JDBC_CERT_VALIDATION" | "CUSTOM_JDBC_CERT_STRING" | "CONNECTION_URL" | "KAFKA_BOOTSTRAP_SERVERS" | "KAFKA_SSL_ENABLED" | "KAFKA_CUSTOM_CERT" | "KAFKA_SKIP_CUSTOM_CERT_VALIDATION" | "KAFKA_CLIENT_KEYSTORE" | "KAFKA_CLIENT_KEYSTORE_PASSWORD" | "KAFKA_CLIENT_KEY_PASSWORD" | "ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD" | "ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD" | "KAFKA_SASL_MECHANISM" | "KAFKA_SASL_PLAIN_USERNAME" | "KAFKA_SASL_PLAIN_PASSWORD" | "ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD" | "KAFKA_SASL_SCRAM_USERNAME" | "KAFKA_SASL_SCRAM_PASSWORD" | "KAFKA_SASL_SCRAM_SECRETS_ARN" | "ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD" | "KAFKA_SASL_GSSAPI_KEYTAB" | "KAFKA_SASL_GSSAPI_KRB5_CONF" | "KAFKA_SASL_GSSAPI_SERVICE" | "KAFKA_SASL_GSSAPI_PRINCIPAL" | "SECRET_ID" | "CONNECTOR_URL" | "CONNECTOR_TYPE" | "CONNECTOR_CLASS_NAME" | "ENDPOINT" | "ENDPOINT_TYPE" | "ROLE_ARN" | "REGION" | "WORKGROUP_NAME" | "CLUSTER_IDENTIFIER" | "DATABASE"), ::String]
Returns the value of attribute connection_properties.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def connection_properties @connection_properties end |
#connection_schema_version ⇒ ::Integer
Returns the value of attribute connection_schema_version.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def connection_schema_version @connection_schema_version end |
#connection_type ⇒ "JDBC", ...
Returns the value of attribute connection_type.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def connection_type @connection_type end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def description @description end |
#last_connection_validation_time ⇒ ::Time
Returns the value of attribute last_connection_validation_time.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def last_connection_validation_time @last_connection_validation_time end |
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def last_updated_by @last_updated_by end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def last_updated_time @last_updated_time end |
#match_criteria ⇒ ::Array[::String]
Returns the value of attribute match_criteria.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def match_criteria @match_criteria end |
#name ⇒ ::String
Returns the value of attribute name.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def name @name end |
#physical_connection_requirements ⇒ Types::PhysicalConnectionRequirements
Returns the value of attribute physical_connection_requirements.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def physical_connection_requirements @physical_connection_requirements end |
#python_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute python_properties.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def python_properties @python_properties end |
#spark_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute spark_properties.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def spark_properties @spark_properties end |
#status ⇒ "READY", ...
Returns the value of attribute status.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def status_reason @status_reason end |