Class: Aws::Glue::Types::ComputeEnvironmentConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

An object containing configuration for a compute environment (such as Spark, Python or Athena) returned by the ‘DescribeConnectionType` API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compute_environmentString

The type of compute environment.

Returns:

  • (String)


3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
# File 'lib/aws-sdk-glue/types.rb', line 3467

class ComputeEnvironmentConfiguration < Struct.new(
  :name,
  :description,
  :compute_environment,
  :supported_authentication_types,
  :connection_options,
  :connection_property_name_overrides,
  :connection_option_name_overrides,
  :connection_properties_required_overrides,
  :physical_connection_properties_required)
  SENSITIVE = []
  include Aws::Structure
end

#connection_option_name_overridesHash<String,String>

The connection option name overrides for the compute environment.

Returns:

  • (Hash<String,String>)


3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
# File 'lib/aws-sdk-glue/types.rb', line 3467

class ComputeEnvironmentConfiguration < Struct.new(
  :name,
  :description,
  :compute_environment,
  :supported_authentication_types,
  :connection_options,
  :connection_property_name_overrides,
  :connection_option_name_overrides,
  :connection_properties_required_overrides,
  :physical_connection_properties_required)
  SENSITIVE = []
  include Aws::Structure
end

#connection_optionsHash<String,Types::Property>

The parameters used as connection options for the compute environment.

Returns:



3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
# File 'lib/aws-sdk-glue/types.rb', line 3467

class ComputeEnvironmentConfiguration < Struct.new(
  :name,
  :description,
  :compute_environment,
  :supported_authentication_types,
  :connection_options,
  :connection_property_name_overrides,
  :connection_option_name_overrides,
  :connection_properties_required_overrides,
  :physical_connection_properties_required)
  SENSITIVE = []
  include Aws::Structure
end

#connection_properties_required_overridesArray<String>

The connection properties that are required as overrides for the compute environment.

Returns:

  • (Array<String>)


3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
# File 'lib/aws-sdk-glue/types.rb', line 3467

class ComputeEnvironmentConfiguration < Struct.new(
  :name,
  :description,
  :compute_environment,
  :supported_authentication_types,
  :connection_options,
  :connection_property_name_overrides,
  :connection_option_name_overrides,
  :connection_properties_required_overrides,
  :physical_connection_properties_required)
  SENSITIVE = []
  include Aws::Structure
end

#connection_property_name_overridesHash<String,String>

The connection property name overrides for the compute environment.

Returns:

  • (Hash<String,String>)


3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
# File 'lib/aws-sdk-glue/types.rb', line 3467

class ComputeEnvironmentConfiguration < Struct.new(
  :name,
  :description,
  :compute_environment,
  :supported_authentication_types,
  :connection_options,
  :connection_property_name_overrides,
  :connection_option_name_overrides,
  :connection_properties_required_overrides,
  :physical_connection_properties_required)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the compute environment.

Returns:

  • (String)


3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
# File 'lib/aws-sdk-glue/types.rb', line 3467

class ComputeEnvironmentConfiguration < Struct.new(
  :name,
  :description,
  :compute_environment,
  :supported_authentication_types,
  :connection_options,
  :connection_property_name_overrides,
  :connection_option_name_overrides,
  :connection_properties_required_overrides,
  :physical_connection_properties_required)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name for the compute environment configuration.

Returns:

  • (String)


3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
# File 'lib/aws-sdk-glue/types.rb', line 3467

class ComputeEnvironmentConfiguration < Struct.new(
  :name,
  :description,
  :compute_environment,
  :supported_authentication_types,
  :connection_options,
  :connection_property_name_overrides,
  :connection_option_name_overrides,
  :connection_properties_required_overrides,
  :physical_connection_properties_required)
  SENSITIVE = []
  include Aws::Structure
end

#physical_connection_properties_requiredBoolean

Indicates whether ‘PhysicalConnectionProperties` are required for the compute environment.

Returns:

  • (Boolean)


3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
# File 'lib/aws-sdk-glue/types.rb', line 3467

class ComputeEnvironmentConfiguration < Struct.new(
  :name,
  :description,
  :compute_environment,
  :supported_authentication_types,
  :connection_options,
  :connection_property_name_overrides,
  :connection_option_name_overrides,
  :connection_properties_required_overrides,
  :physical_connection_properties_required)
  SENSITIVE = []
  include Aws::Structure
end

#supported_authentication_typesArray<String>

The supported authentication types for the compute environment.

Returns:

  • (Array<String>)


3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
# File 'lib/aws-sdk-glue/types.rb', line 3467

class ComputeEnvironmentConfiguration < Struct.new(
  :name,
  :description,
  :compute_environment,
  :supported_authentication_types,
  :connection_options,
  :connection_property_name_overrides,
  :connection_option_name_overrides,
  :connection_properties_required_overrides,
  :physical_connection_properties_required)
  SENSITIVE = []
  include Aws::Structure
end