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

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


18143
18144
18145
18146
18147
18148
18149
18150
18151
18152
18153
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18143

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)


18143
18144
18145
18146
18147
18148
18149
18150
18151
18152
18153
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18143

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


18143
18144
18145
18146
18147
18148
18149
18150
18151
18152
18153
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18143

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)


18143
18144
18145
18146
18147
18148
18149
18150
18151
18152
18153
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18143

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


18143
18144
18145
18146
18147
18148
18149
18150
18151
18152
18153
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18143

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)


18143
18144
18145
18146
18147
18148
18149
18150
18151
18152
18153
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18143

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.



18143
18144
18145
18146
18147
18148
18149
18150
18151
18152
18153
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18143

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