Class: Aws::Appflow::Types::S3DestinationProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::S3DestinationProperties
- 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
-
#bucket_name ⇒ String
The Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
-
#bucket_prefix ⇒ String
The object key for the destination bucket in which Amazon AppFlow places the files.
-
#s3_output_format_config ⇒ Types::S3OutputFormatConfig
The configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination.
Instance Attribute Details
#bucket_name ⇒ String
The Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
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_prefix ⇒ String
The object key for the destination bucket in which Amazon AppFlow places the files.
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_config ⇒ Types::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 |