Class: Aws::Glue::Types::GovernedCatalogTarget

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

Overview

Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#databaseString

The name of the database to write to.

Returns:

  • (String)


12667
12668
12669
12670
12671
12672
12673
12674
12675
12676
# File 'lib/aws-sdk-glue/types.rb', line 12667

class GovernedCatalogTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :table,
  :database,
  :schema_change_policy)
  SENSITIVE = []
  include Aws::Structure
end

#inputsArray<String>

The nodes that are inputs to the data target.

Returns:

  • (Array<String>)


12667
12668
12669
12670
12671
12672
12673
12674
12675
12676
# File 'lib/aws-sdk-glue/types.rb', line 12667

class GovernedCatalogTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :table,
  :database,
  :schema_change_policy)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the data target.

Returns:

  • (String)


12667
12668
12669
12670
12671
12672
12673
12674
12675
12676
# File 'lib/aws-sdk-glue/types.rb', line 12667

class GovernedCatalogTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :table,
  :database,
  :schema_change_policy)
  SENSITIVE = []
  include Aws::Structure
end

#partition_keysArray<Array<String>>

Specifies native partitioning using a sequence of keys.

Returns:

  • (Array<Array<String>>)


12667
12668
12669
12670
12671
12672
12673
12674
12675
12676
# File 'lib/aws-sdk-glue/types.rb', line 12667

class GovernedCatalogTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :table,
  :database,
  :schema_change_policy)
  SENSITIVE = []
  include Aws::Structure
end

#schema_change_policyTypes::CatalogSchemaChangePolicy

A policy that specifies update behavior for the governed catalog.



12667
12668
12669
12670
12671
12672
12673
12674
12675
12676
# File 'lib/aws-sdk-glue/types.rb', line 12667

class GovernedCatalogTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :table,
  :database,
  :schema_change_policy)
  SENSITIVE = []
  include Aws::Structure
end

#tableString

The name of the table in the database to write to.

Returns:

  • (String)


12667
12668
12669
12670
12671
12672
12673
12674
12675
12676
# File 'lib/aws-sdk-glue/types.rb', line 12667

class GovernedCatalogTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :table,
  :database,
  :schema_change_policy)
  SENSITIVE = []
  include Aws::Structure
end