Class: Aws::DataZone::Types::GlueConnection
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GlueConnection
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The Amazon Web Services Glue connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#athena_properties ⇒ Hash<String,String>
The Amazon Athena properties of the Amazon Web Services Glue connection.
-
#authentication_configuration ⇒ Types::AuthenticationConfiguration
The authentication configuration of the Amazon Web Services Glue connection.
-
#compatible_compute_environments ⇒ Array<String>
The compatible compute environments of the Amazon Web Services Glue connection.
-
#connection_properties ⇒ Hash<String,String>
The properties of the Amazon Web Services Glue connection.
-
#connection_schema_version ⇒ Integer
The connection schema version of the Amazon Web Services Glue connection.
-
#connection_type ⇒ String
The type of the Amazon Web Services Glue connection.
-
#creation_time ⇒ Time
The creation time of the Amazon Web Services Glue connection.
-
#description ⇒ String
The description of the Amazon Web Services Glue connection.
-
#last_connection_validation_time ⇒ Time
The last validation time of the Amazon Web Services Glue connection.
-
#last_updated_by ⇒ String
The user who last updated the Amazon Web Services Glue connection.
-
#last_updated_time ⇒ Time
The timestamp at which the Amazon Web Services Glue connection was last updated.
-
#match_criteria ⇒ Array<String>
The match criteria of the Amazon Web Services Glue connection.
-
#name ⇒ String
The name of the Amazon Web Services Glue connection.
-
#physical_connection_requirements ⇒ Types::PhysicalConnectionRequirements
The physical connection requirements of the Amazon Web Services Glue connection.
-
#python_properties ⇒ Hash<String,String>
The Python properties of the Amazon Web Services Glue connection.
-
#spark_properties ⇒ Hash<String,String>
The Spark properties of the Amazon Web Services Glue connection.
-
#status ⇒ String
The status of the Amazon Web Services Glue connection.
-
#status_reason ⇒ String
The status reason of the Amazon Web Services Glue connection.
Instance Attribute Details
#athena_properties ⇒ Hash<String,String>
The Amazon Athena properties of the Amazon Web Services Glue connection.
10316 10317 10318 10319 10320 10321 10322 10323 10324 10325 10326 10327 10328 10329 10330 10331 10332 10333 10334 10335 10336 10337 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10316 class GlueConnection < Struct.new( :athena_properties, :authentication_configuration, :compatible_compute_environments, :connection_properties, :connection_schema_version, :connection_type, :creation_time, :description, :last_connection_validation_time, :last_updated_by, :last_updated_time, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#authentication_configuration ⇒ Types::AuthenticationConfiguration
The authentication configuration of the Amazon Web Services Glue connection.
10316 10317 10318 10319 10320 10321 10322 10323 10324 10325 10326 10327 10328 10329 10330 10331 10332 10333 10334 10335 10336 10337 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10316 class GlueConnection < Struct.new( :athena_properties, :authentication_configuration, :compatible_compute_environments, :connection_properties, :connection_schema_version, :connection_type, :creation_time, :description, :last_connection_validation_time, :last_updated_by, :last_updated_time, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#compatible_compute_environments ⇒ Array<String>
The compatible compute environments of the Amazon Web Services Glue connection.
10316 10317 10318 10319 10320 10321 10322 10323 10324 10325 10326 10327 10328 10329 10330 10331 10332 10333 10334 10335 10336 10337 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10316 class GlueConnection < Struct.new( :athena_properties, :authentication_configuration, :compatible_compute_environments, :connection_properties, :connection_schema_version, :connection_type, :creation_time, :description, :last_connection_validation_time, :last_updated_by, :last_updated_time, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#connection_properties ⇒ Hash<String,String>
The properties of the Amazon Web Services Glue connection.
10316 10317 10318 10319 10320 10321 10322 10323 10324 10325 10326 10327 10328 10329 10330 10331 10332 10333 10334 10335 10336 10337 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10316 class GlueConnection < Struct.new( :athena_properties, :authentication_configuration, :compatible_compute_environments, :connection_properties, :connection_schema_version, :connection_type, :creation_time, :description, :last_connection_validation_time, :last_updated_by, :last_updated_time, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#connection_schema_version ⇒ Integer
The connection schema version of the Amazon Web Services Glue connection.
10316 10317 10318 10319 10320 10321 10322 10323 10324 10325 10326 10327 10328 10329 10330 10331 10332 10333 10334 10335 10336 10337 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10316 class GlueConnection < Struct.new( :athena_properties, :authentication_configuration, :compatible_compute_environments, :connection_properties, :connection_schema_version, :connection_type, :creation_time, :description, :last_connection_validation_time, :last_updated_by, :last_updated_time, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#connection_type ⇒ String
The type of the Amazon Web Services Glue connection.
10316 10317 10318 10319 10320 10321 10322 10323 10324 10325 10326 10327 10328 10329 10330 10331 10332 10333 10334 10335 10336 10337 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10316 class GlueConnection < Struct.new( :athena_properties, :authentication_configuration, :compatible_compute_environments, :connection_properties, :connection_schema_version, :connection_type, :creation_time, :description, :last_connection_validation_time, :last_updated_by, :last_updated_time, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The creation time of the Amazon Web Services Glue connection.
10316 10317 10318 10319 10320 10321 10322 10323 10324 10325 10326 10327 10328 10329 10330 10331 10332 10333 10334 10335 10336 10337 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10316 class GlueConnection < Struct.new( :athena_properties, :authentication_configuration, :compatible_compute_environments, :connection_properties, :connection_schema_version, :connection_type, :creation_time, :description, :last_connection_validation_time, :last_updated_by, :last_updated_time, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the Amazon Web Services Glue connection.
10316 10317 10318 10319 10320 10321 10322 10323 10324 10325 10326 10327 10328 10329 10330 10331 10332 10333 10334 10335 10336 10337 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10316 class GlueConnection < Struct.new( :athena_properties, :authentication_configuration, :compatible_compute_environments, :connection_properties, :connection_schema_version, :connection_type, :creation_time, :description, :last_connection_validation_time, :last_updated_by, :last_updated_time, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#last_connection_validation_time ⇒ Time
The last validation time of the Amazon Web Services Glue connection.
10316 10317 10318 10319 10320 10321 10322 10323 10324 10325 10326 10327 10328 10329 10330 10331 10332 10333 10334 10335 10336 10337 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10316 class GlueConnection < Struct.new( :athena_properties, :authentication_configuration, :compatible_compute_environments, :connection_properties, :connection_schema_version, :connection_type, :creation_time, :description, :last_connection_validation_time, :last_updated_by, :last_updated_time, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#last_updated_by ⇒ String
The user who last updated the Amazon Web Services Glue connection.
10316 10317 10318 10319 10320 10321 10322 10323 10324 10325 10326 10327 10328 10329 10330 10331 10332 10333 10334 10335 10336 10337 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10316 class GlueConnection < Struct.new( :athena_properties, :authentication_configuration, :compatible_compute_environments, :connection_properties, :connection_schema_version, :connection_type, :creation_time, :description, :last_connection_validation_time, :last_updated_by, :last_updated_time, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The timestamp at which the Amazon Web Services Glue connection was last updated.
10316 10317 10318 10319 10320 10321 10322 10323 10324 10325 10326 10327 10328 10329 10330 10331 10332 10333 10334 10335 10336 10337 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10316 class GlueConnection < Struct.new( :athena_properties, :authentication_configuration, :compatible_compute_environments, :connection_properties, :connection_schema_version, :connection_type, :creation_time, :description, :last_connection_validation_time, :last_updated_by, :last_updated_time, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#match_criteria ⇒ Array<String>
The match criteria of the Amazon Web Services Glue connection.
10316 10317 10318 10319 10320 10321 10322 10323 10324 10325 10326 10327 10328 10329 10330 10331 10332 10333 10334 10335 10336 10337 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10316 class GlueConnection < Struct.new( :athena_properties, :authentication_configuration, :compatible_compute_environments, :connection_properties, :connection_schema_version, :connection_type, :creation_time, :description, :last_connection_validation_time, :last_updated_by, :last_updated_time, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Amazon Web Services Glue connection.
10316 10317 10318 10319 10320 10321 10322 10323 10324 10325 10326 10327 10328 10329 10330 10331 10332 10333 10334 10335 10336 10337 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10316 class GlueConnection < Struct.new( :athena_properties, :authentication_configuration, :compatible_compute_environments, :connection_properties, :connection_schema_version, :connection_type, :creation_time, :description, :last_connection_validation_time, :last_updated_by, :last_updated_time, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#physical_connection_requirements ⇒ Types::PhysicalConnectionRequirements
The physical connection requirements of the Amazon Web Services Glue connection.
10316 10317 10318 10319 10320 10321 10322 10323 10324 10325 10326 10327 10328 10329 10330 10331 10332 10333 10334 10335 10336 10337 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10316 class GlueConnection < Struct.new( :athena_properties, :authentication_configuration, :compatible_compute_environments, :connection_properties, :connection_schema_version, :connection_type, :creation_time, :description, :last_connection_validation_time, :last_updated_by, :last_updated_time, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#python_properties ⇒ Hash<String,String>
The Python properties of the Amazon Web Services Glue connection.
10316 10317 10318 10319 10320 10321 10322 10323 10324 10325 10326 10327 10328 10329 10330 10331 10332 10333 10334 10335 10336 10337 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10316 class GlueConnection < Struct.new( :athena_properties, :authentication_configuration, :compatible_compute_environments, :connection_properties, :connection_schema_version, :connection_type, :creation_time, :description, :last_connection_validation_time, :last_updated_by, :last_updated_time, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#spark_properties ⇒ Hash<String,String>
The Spark properties of the Amazon Web Services Glue connection.
10316 10317 10318 10319 10320 10321 10322 10323 10324 10325 10326 10327 10328 10329 10330 10331 10332 10333 10334 10335 10336 10337 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10316 class GlueConnection < Struct.new( :athena_properties, :authentication_configuration, :compatible_compute_environments, :connection_properties, :connection_schema_version, :connection_type, :creation_time, :description, :last_connection_validation_time, :last_updated_by, :last_updated_time, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the Amazon Web Services Glue connection.
10316 10317 10318 10319 10320 10321 10322 10323 10324 10325 10326 10327 10328 10329 10330 10331 10332 10333 10334 10335 10336 10337 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10316 class GlueConnection < Struct.new( :athena_properties, :authentication_configuration, :compatible_compute_environments, :connection_properties, :connection_schema_version, :connection_type, :creation_time, :description, :last_connection_validation_time, :last_updated_by, :last_updated_time, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The status reason of the Amazon Web Services Glue connection.
10316 10317 10318 10319 10320 10321 10322 10323 10324 10325 10326 10327 10328 10329 10330 10331 10332 10333 10334 10335 10336 10337 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10316 class GlueConnection < Struct.new( :athena_properties, :authentication_configuration, :compatible_compute_environments, :connection_properties, :connection_schema_version, :connection_type, :creation_time, :description, :last_connection_validation_time, :last_updated_by, :last_updated_time, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |