Class: Aws::Glue::Types::S3HudiDirectTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::S3HudiDirectTarget
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Specifies a target that writes to a Hudi data source in Amazon S3.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_options ⇒ Hash<String,String>
Specifies additional connection options for the connector.
-
#compression ⇒ String
Specifies how the data is compressed.
-
#format ⇒ String
Specifies the data output format for the target.
-
#inputs ⇒ Array<String>
The nodes that are inputs to the data target.
-
#name ⇒ String
The name of the data target.
-
#partition_keys ⇒ Array<Array<String>>
Specifies native partitioning using a sequence of keys.
-
#path ⇒ String
The Amazon S3 path of your Hudi data source to write to.
-
#schema_change_policy ⇒ Types::DirectSchemaChangePolicy
A policy that specifies update behavior for the crawler.
Instance Attribute Details
#additional_options ⇒ Hash<String,String>
Specifies additional connection options for the connector.
22076 22077 22078 22079 22080 22081 22082 22083 22084 22085 22086 22087 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22076 class S3HudiDirectTarget < Struct.new( :name, :inputs, :path, :compression, :partition_keys, :format, :additional_options, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |
#compression ⇒ String
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"
).
22076 22077 22078 22079 22080 22081 22082 22083 22084 22085 22086 22087 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22076 class S3HudiDirectTarget < Struct.new( :name, :inputs, :path, :compression, :partition_keys, :format, :additional_options, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
Specifies the data output format for the target.
22076 22077 22078 22079 22080 22081 22082 22083 22084 22085 22086 22087 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22076 class S3HudiDirectTarget < Struct.new( :name, :inputs, :path, :compression, :partition_keys, :format, :additional_options, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |
#inputs ⇒ Array<String>
The nodes that are inputs to the data target.
22076 22077 22078 22079 22080 22081 22082 22083 22084 22085 22086 22087 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22076 class S3HudiDirectTarget < Struct.new( :name, :inputs, :path, :compression, :partition_keys, :format, :additional_options, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data target.
22076 22077 22078 22079 22080 22081 22082 22083 22084 22085 22086 22087 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22076 class S3HudiDirectTarget < Struct.new( :name, :inputs, :path, :compression, :partition_keys, :format, :additional_options, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |
#partition_keys ⇒ Array<Array<String>>
Specifies native partitioning using a sequence of keys.
22076 22077 22078 22079 22080 22081 22082 22083 22084 22085 22086 22087 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22076 class S3HudiDirectTarget < Struct.new( :name, :inputs, :path, :compression, :partition_keys, :format, :additional_options, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |
#path ⇒ String
The Amazon S3 path of your Hudi data source to write to.
22076 22077 22078 22079 22080 22081 22082 22083 22084 22085 22086 22087 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22076 class S3HudiDirectTarget < Struct.new( :name, :inputs, :path, :compression, :partition_keys, :format, :additional_options, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |
#schema_change_policy ⇒ Types::DirectSchemaChangePolicy
A policy that specifies update behavior for the crawler.
22076 22077 22078 22079 22080 22081 22082 22083 22084 22085 22086 22087 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22076 class S3HudiDirectTarget < Struct.new( :name, :inputs, :path, :compression, :partition_keys, :format, :additional_options, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |