Class: Aws::Glue::Types::TableOptimizerConfiguration

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

Overview

Contains details on the configuration of a table optimizer. You pass this configuration when creating or updating a table optimizer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Whether table optimization is enabled.

Returns:

  • (Boolean)


22900
22901
22902
22903
22904
22905
22906
22907
22908
# File 'lib/aws-sdk-glue/types.rb', line 22900

class TableOptimizerConfiguration < Struct.new(
  :role_arn,
  :enabled,
  :vpc_configuration,
  :retention_configuration,
  :orphan_file_deletion_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#orphan_file_deletion_configurationTypes::OrphanFileDeletionConfiguration

The configuration for an orphan file deletion optimizer.



22900
22901
22902
22903
22904
22905
22906
22907
22908
# File 'lib/aws-sdk-glue/types.rb', line 22900

class TableOptimizerConfiguration < Struct.new(
  :role_arn,
  :enabled,
  :vpc_configuration,
  :retention_configuration,
  :orphan_file_deletion_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#retention_configurationTypes::RetentionConfiguration

The configuration for a snapshot retention optimizer.



22900
22901
22902
22903
22904
22905
22906
22907
22908
# File 'lib/aws-sdk-glue/types.rb', line 22900

class TableOptimizerConfiguration < Struct.new(
  :role_arn,
  :enabled,
  :vpc_configuration,
  :retention_configuration,
  :orphan_file_deletion_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

A role passed by the caller which gives the service permission to update the resources associated with the optimizer on the caller’s behalf.

Returns:

  • (String)


22900
22901
22902
22903
22904
22905
22906
22907
22908
# File 'lib/aws-sdk-glue/types.rb', line 22900

class TableOptimizerConfiguration < Struct.new(
  :role_arn,
  :enabled,
  :vpc_configuration,
  :retention_configuration,
  :orphan_file_deletion_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_configurationTypes::TableOptimizerVpcConfiguration

A ‘TableOptimizerVpcConfiguration` object representing the VPC configuration for a table optimizer.

This configuration is necessary to perform optimization on tables that are in a customer VPC.



22900
22901
22902
22903
22904
22905
22906
22907
22908
# File 'lib/aws-sdk-glue/types.rb', line 22900

class TableOptimizerConfiguration < Struct.new(
  :role_arn,
  :enabled,
  :vpc_configuration,
  :retention_configuration,
  :orphan_file_deletion_configuration)
  SENSITIVE = []
  include Aws::Structure
end