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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3441

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>)


3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3441

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:



3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3441

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>)


3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3441

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>)


3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3441

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)


3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3441

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)


3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3441

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)


3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3441

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>)


3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3441

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