Class: Aws::Glue::Types::S3HudiDirectTarget

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#additional_optionsHash<String,String>

Specifies additional connection options for the connector.

Returns:

  • (Hash<String,String>)


18365
18366
18367
18368
18369
18370
18371
18372
18373
18374
18375
18376
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18365

class S3HudiDirectTarget < Struct.new(
  :name,
  :inputs,
  :path,
  :compression,
  :partition_keys,
  :format,
  :additional_options,
  :schema_change_policy)
  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").

Returns:

  • (String)


18365
18366
18367
18368
18369
18370
18371
18372
18373
18374
18375
18376
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18365

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

#formatString

Specifies the data output format for the target.

Returns:

  • (String)


18365
18366
18367
18368
18369
18370
18371
18372
18373
18374
18375
18376
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18365

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

#inputsArray<String>

The nodes that are inputs to the data target.

Returns:

  • (Array<String>)


18365
18366
18367
18368
18369
18370
18371
18372
18373
18374
18375
18376
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18365

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

#nameString

The name of the data target.

Returns:

  • (String)


18365
18366
18367
18368
18369
18370
18371
18372
18373
18374
18375
18376
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18365

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

#partition_keysArray<Array<String>>

Specifies native partitioning using a sequence of keys.

Returns:

  • (Array<Array<String>>)


18365
18366
18367
18368
18369
18370
18371
18372
18373
18374
18375
18376
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18365

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

#pathString

The Amazon S3 path of your Hudi data source to write to.

Returns:

  • (String)


18365
18366
18367
18368
18369
18370
18371
18372
18373
18374
18375
18376
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18365

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

#schema_change_policyTypes::DirectSchemaChangePolicy

A policy that specifies update behavior for the crawler.



18365
18366
18367
18368
18369
18370
18371
18372
18373
18374
18375
18376
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18365

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