Class: Aws::Types::ConnectionInput
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionInput
- 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::AuthenticationConfigurationInput
Returns the value of attribute authentication_configuration.
-
#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_type ⇒ "JDBC", ...
Returns the value of attribute connection_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#validate_credentials ⇒ Boolean
Returns the value of attribute validate_credentials.
-
#validate_for_compute_environments ⇒ ::Array[("SPARK" | "ATHENA" | "PYTHON")]
Returns the value of attribute validate_for_compute_environments.
Instance Attribute Details
#athena_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute athena_properties.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def athena_properties @athena_properties end |
#authentication_configuration ⇒ Types::AuthenticationConfigurationInput
Returns the value of attribute authentication_configuration.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def authentication_configuration @authentication_configuration 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.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def connection_properties @connection_properties end |
#connection_type ⇒ "JDBC", ...
Returns the value of attribute connection_type.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def connection_type @connection_type end |
#description ⇒ ::String
Returns the value of attribute description.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def description @description end |
#match_criteria ⇒ ::Array[::String]
Returns the value of attribute match_criteria.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def match_criteria @match_criteria end |
#name ⇒ ::String
Returns the value of attribute name.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def name @name end |
#physical_connection_requirements ⇒ Types::PhysicalConnectionRequirements
Returns the value of attribute physical_connection_requirements.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def physical_connection_requirements @physical_connection_requirements end |
#python_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute python_properties.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def python_properties @python_properties end |
#spark_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute spark_properties.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def spark_properties @spark_properties end |
#validate_credentials ⇒ Boolean
Returns the value of attribute validate_credentials.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def validate_credentials @validate_credentials end |
#validate_for_compute_environments ⇒ ::Array[("SPARK" | "ATHENA" | "PYTHON")]
Returns the value of attribute validate_for_compute_environments.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def validate_for_compute_environments @validate_for_compute_environments end |