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

#auto_data_qualityTypes::AutoDataQuality

Specifies whether to automatically enable data quality evaluation for the S3 direct target. When set to ‘true`, data quality checks are performed automatically during the write operation.



23528
23529
23530
23531
23532
23533
23534
23535
23536
23537
23538
23539
23540
23541
# File 'lib/aws-sdk-glue/types.rb', line 23528

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

#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”`).



23528
23529
23530
23531
23532
23533
23534
23535
23536
23537
23538
23539
23540
23541
# File 'lib/aws-sdk-glue/types.rb', line 23528

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

#formatString

Specifies the data output format for the target.



23528
23529
23530
23531
23532
23533
23534
23535
23536
23537
23538
23539
23540
23541
# File 'lib/aws-sdk-glue/types.rb', line 23528

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

#inputsArray<String>

The nodes that are inputs to the data target.



23528
23529
23530
23531
23532
23533
23534
23535
23536
23537
23538
23539
23540
23541
# File 'lib/aws-sdk-glue/types.rb', line 23528

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

#nameString

The name of the data target.



23528
23529
23530
23531
23532
23533
23534
23535
23536
23537
23538
23539
23540
23541
# File 'lib/aws-sdk-glue/types.rb', line 23528

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

#number_target_partitionsString

Specifies the number of target partitions when writing data directly to Amazon S3.



23528
23529
23530
23531
23532
23533
23534
23535
23536
23537
23538
23539
23540
23541
# File 'lib/aws-sdk-glue/types.rb', line 23528

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

#output_schemasArray<Types::GlueSchema>

Specifies the data schema for the S3 direct target.



23528
23529
23530
23531
23532
23533
23534
23535
23536
23537
23538
23539
23540
23541
# File 'lib/aws-sdk-glue/types.rb', line 23528

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

#partition_keysArray<Array<String>>

Specifies native partitioning using a sequence of keys.



23528
23529
23530
23531
23532
23533
23534
23535
23536
23537
23538
23539
23540
23541
# File 'lib/aws-sdk-glue/types.rb', line 23528

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

#pathString

A single Amazon S3 path to write to.



23528
23529
23530
23531
23532
23533
23534
23535
23536
23537
23538
23539
23540
23541
# File 'lib/aws-sdk-glue/types.rb', line 23528

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

#schema_change_policyTypes::DirectSchemaChangePolicy

A policy that specifies update behavior for the crawler.



23528
23529
23530
23531
23532
23533
23534
23535
23536
23537
23538
23539
23540
23541
# File 'lib/aws-sdk-glue/types.rb', line 23528

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