Class: Aws::DataZone::Types::GlueConnectionInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DataZone::Types::GlueConnectionInput
 
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The Amazon Web Services Glue connecton input.
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::AuthenticationConfigurationInput 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The authentication configuration of the Amazon Web Services Glue connection. 
- 
  
    
      #connection_properties  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The connection properties of the Amazon Web Services Glue connection. 
- 
  
    
      #connection_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The connection type of the Amazon Web Services Glue connection. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description of the Amazon Web Services Glue connection. 
- 
  
    
      #match_criteria  ⇒ 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 for 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. 
- 
  
    
      #validate_credentials  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Speciefies whether to validate credentials of the Amazon Web Services Glue connection. 
- 
  
    
      #validate_for_compute_environments  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Speciefies whether to validate for compute environments 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.
| 11340 11341 11342 11343 11344 11345 11346 11347 11348 11349 11350 11351 11352 11353 11354 11355 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11340 class GlueConnectionInput < Struct.new( :athena_properties, :authentication_configuration, :connection_properties, :connection_type, :description, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :validate_credentials, :validate_for_compute_environments) SENSITIVE = [] include Aws::Structure end | 
#authentication_configuration ⇒ Types::AuthenticationConfigurationInput
The authentication configuration of the Amazon Web Services Glue connection.
| 11340 11341 11342 11343 11344 11345 11346 11347 11348 11349 11350 11351 11352 11353 11354 11355 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11340 class GlueConnectionInput < Struct.new( :athena_properties, :authentication_configuration, :connection_properties, :connection_type, :description, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :validate_credentials, :validate_for_compute_environments) SENSITIVE = [] include Aws::Structure end | 
#connection_properties ⇒ Hash<String,String>
The connection properties of the Amazon Web Services Glue connection.
| 11340 11341 11342 11343 11344 11345 11346 11347 11348 11349 11350 11351 11352 11353 11354 11355 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11340 class GlueConnectionInput < Struct.new( :athena_properties, :authentication_configuration, :connection_properties, :connection_type, :description, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :validate_credentials, :validate_for_compute_environments) SENSITIVE = [] include Aws::Structure end | 
#connection_type ⇒ String
The connection type of the Amazon Web Services Glue connection.
| 11340 11341 11342 11343 11344 11345 11346 11347 11348 11349 11350 11351 11352 11353 11354 11355 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11340 class GlueConnectionInput < Struct.new( :athena_properties, :authentication_configuration, :connection_properties, :connection_type, :description, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :validate_credentials, :validate_for_compute_environments) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
The description of the Amazon Web Services Glue connection.
| 11340 11341 11342 11343 11344 11345 11346 11347 11348 11349 11350 11351 11352 11353 11354 11355 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11340 class GlueConnectionInput < Struct.new( :athena_properties, :authentication_configuration, :connection_properties, :connection_type, :description, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :validate_credentials, :validate_for_compute_environments) SENSITIVE = [] include Aws::Structure end | 
#match_criteria ⇒ String
The match criteria of the Amazon Web Services Glue connection.
| 11340 11341 11342 11343 11344 11345 11346 11347 11348 11349 11350 11351 11352 11353 11354 11355 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11340 class GlueConnectionInput < Struct.new( :athena_properties, :authentication_configuration, :connection_properties, :connection_type, :description, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :validate_credentials, :validate_for_compute_environments) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the Amazon Web Services Glue connection.
| 11340 11341 11342 11343 11344 11345 11346 11347 11348 11349 11350 11351 11352 11353 11354 11355 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11340 class GlueConnectionInput < Struct.new( :athena_properties, :authentication_configuration, :connection_properties, :connection_type, :description, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :validate_credentials, :validate_for_compute_environments) SENSITIVE = [] include Aws::Structure end | 
#physical_connection_requirements ⇒ Types::PhysicalConnectionRequirements
The physical connection requirements for the Amazon Web Services Glue connection.
| 11340 11341 11342 11343 11344 11345 11346 11347 11348 11349 11350 11351 11352 11353 11354 11355 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11340 class GlueConnectionInput < Struct.new( :athena_properties, :authentication_configuration, :connection_properties, :connection_type, :description, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :validate_credentials, :validate_for_compute_environments) SENSITIVE = [] include Aws::Structure end | 
#python_properties ⇒ Hash<String,String>
The Python properties of the Amazon Web Services Glue connection.
| 11340 11341 11342 11343 11344 11345 11346 11347 11348 11349 11350 11351 11352 11353 11354 11355 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11340 class GlueConnectionInput < Struct.new( :athena_properties, :authentication_configuration, :connection_properties, :connection_type, :description, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :validate_credentials, :validate_for_compute_environments) SENSITIVE = [] include Aws::Structure end | 
#spark_properties ⇒ Hash<String,String>
The Spark properties of the Amazon Web Services Glue connection.
| 11340 11341 11342 11343 11344 11345 11346 11347 11348 11349 11350 11351 11352 11353 11354 11355 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11340 class GlueConnectionInput < Struct.new( :athena_properties, :authentication_configuration, :connection_properties, :connection_type, :description, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :validate_credentials, :validate_for_compute_environments) SENSITIVE = [] include Aws::Structure end | 
#validate_credentials ⇒ Boolean
Speciefies whether to validate credentials of the Amazon Web Services Glue connection.
| 11340 11341 11342 11343 11344 11345 11346 11347 11348 11349 11350 11351 11352 11353 11354 11355 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11340 class GlueConnectionInput < Struct.new( :athena_properties, :authentication_configuration, :connection_properties, :connection_type, :description, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :validate_credentials, :validate_for_compute_environments) SENSITIVE = [] include Aws::Structure end | 
#validate_for_compute_environments ⇒ Array<String>
Speciefies whether to validate for compute environments of the Amazon Web Services Glue connection.
| 11340 11341 11342 11343 11344 11345 11346 11347 11348 11349 11350 11351 11352 11353 11354 11355 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11340 class GlueConnectionInput < Struct.new( :athena_properties, :authentication_configuration, :connection_properties, :connection_type, :description, :match_criteria, :name, :physical_connection_requirements, :python_properties, :spark_properties, :validate_credentials, :validate_for_compute_environments) SENSITIVE = [] include Aws::Structure end |