Class: Aws::Glue::Types::S3DirectTarget

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compressionString

Specifies how the data is compressed. This is generally not necessary if the data has a standard file extension. Possible values are ‘“gzip”` and `“bzip”`).

Returns:

  • (String)


18207
18208
18209
18210
18211
18212
18213
18214
18215
18216
18217
# File 'lib/aws-sdk-glue/types.rb', line 18207

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

#formatString

Specifies the data output format for the target.

Returns:

  • (String)


18207
18208
18209
18210
18211
18212
18213
18214
18215
18216
18217
# File 'lib/aws-sdk-glue/types.rb', line 18207

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

#inputsArray<String>

The nodes that are inputs to the data target.

Returns:

  • (Array<String>)


18207
18208
18209
18210
18211
18212
18213
18214
18215
18216
18217
# File 'lib/aws-sdk-glue/types.rb', line 18207

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

#nameString

The name of the data target.

Returns:

  • (String)


18207
18208
18209
18210
18211
18212
18213
18214
18215
18216
18217
# File 'lib/aws-sdk-glue/types.rb', line 18207

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

#partition_keysArray<Array<String>>

Specifies native partitioning using a sequence of keys.

Returns:

  • (Array<Array<String>>)


18207
18208
18209
18210
18211
18212
18213
18214
18215
18216
18217
# File 'lib/aws-sdk-glue/types.rb', line 18207

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

#pathString

A single Amazon S3 path to write to.

Returns:

  • (String)


18207
18208
18209
18210
18211
18212
18213
18214
18215
18216
18217
# File 'lib/aws-sdk-glue/types.rb', line 18207

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

#schema_change_policyTypes::DirectSchemaChangePolicy

A policy that specifies update behavior for the crawler.



18207
18208
18209
18210
18211
18212
18213
18214
18215
18216
18217
# File 'lib/aws-sdk-glue/types.rb', line 18207

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