Class: Aws::Glue::Types::S3HyperDirectTarget

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

Overview

Specifies a HyperDirect data target that writes to Amazon S3.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compressionString

The compression type to apply to the output data.

Returns:

  • (String)


22997
22998
22999
23000
23001
23002
23003
23004
23005
23006
# File 'lib/aws-sdk-glue/types.rb', line 22997

class S3HyperDirectTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :path,
  :compression,
  :schema_change_policy)
  SENSITIVE = []
  include Aws::Structure
end

#inputsArray<String>

Specifies the input source for the HyperDirect target.

Returns:

  • (Array<String>)


22997
22998
22999
23000
23001
23002
23003
23004
23005
23006
# File 'lib/aws-sdk-glue/types.rb', line 22997

class S3HyperDirectTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :path,
  :compression,
  :schema_change_policy)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The unique identifier for the HyperDirect target node.

Returns:

  • (String)


22997
22998
22999
23000
23001
23002
23003
23004
23005
23006
# File 'lib/aws-sdk-glue/types.rb', line 22997

class S3HyperDirectTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :path,
  :compression,
  :schema_change_policy)
  SENSITIVE = []
  include Aws::Structure
end

#partition_keysArray<Array<String>>

Defines the partitioning strategy for the output data.

Returns:

  • (Array<Array<String>>)


22997
22998
22999
23000
23001
23002
23003
23004
23005
23006
# File 'lib/aws-sdk-glue/types.rb', line 22997

class S3HyperDirectTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :path,
  :compression,
  :schema_change_policy)
  SENSITIVE = []
  include Aws::Structure
end

#pathString

The S3 location where the output data will be written.

Returns:

  • (String)


22997
22998
22999
23000
23001
23002
23003
23004
23005
23006
# File 'lib/aws-sdk-glue/types.rb', line 22997

class S3HyperDirectTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :path,
  :compression,
  :schema_change_policy)
  SENSITIVE = []
  include Aws::Structure
end

#schema_change_policyTypes::DirectSchemaChangePolicy

Defines how schema changes are handled during write operations.



22997
22998
22999
23000
23001
23002
23003
23004
23005
23006
# File 'lib/aws-sdk-glue/types.rb', line 22997

class S3HyperDirectTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :path,
  :compression,
  :schema_change_policy)
  SENSITIVE = []
  include Aws::Structure
end