Class: Aws::Appflow::Types::S3DestinationProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

The properties that are applied when Amazon S3 is used as a destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

The Amazon S3 bucket name in which Amazon AppFlow places the transferred data.

Returns:

  • (String)


4024
4025
4026
4027
4028
4029
4030
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4024

class S3DestinationProperties < Struct.new(
  :bucket_name,
  :bucket_prefix,
  :s3_output_format_config)
  SENSITIVE = []
  include Aws::Structure
end

#bucket_prefixString

The object key for the destination bucket in which Amazon AppFlow places the files.

Returns:

  • (String)


4024
4025
4026
4027
4028
4029
4030
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4024

class S3DestinationProperties < Struct.new(
  :bucket_name,
  :bucket_prefix,
  :s3_output_format_config)
  SENSITIVE = []
  include Aws::Structure
end

#s3_output_format_configTypes::S3OutputFormatConfig

The configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination.



4024
4025
4026
4027
4028
4029
4030
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4024

class S3DestinationProperties < Struct.new(
  :bucket_name,
  :bucket_prefix,
  :s3_output_format_config)
  SENSITIVE = []
  include Aws::Structure
end