Class: Aws::Appflow::Types::UpsolverDestinationProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::UpsolverDestinationProperties
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
The properties that are applied when Upsolver is used as a destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
-
#bucket_prefix ⇒ String
The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.
-
#s3_output_format_config ⇒ Types::UpsolverS3OutputFormatConfig
The configuration that determines how data is formatted when Upsolver is used as the flow destination.
Instance Attribute Details
#bucket_name ⇒ String
The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
5788 5789 5790 5791 5792 5793 5794 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5788 class UpsolverDestinationProperties < Struct.new( :bucket_name, :bucket_prefix, :s3_output_format_config) SENSITIVE = [] include Aws::Structure end |
#bucket_prefix ⇒ String
The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.
5788 5789 5790 5791 5792 5793 5794 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5788 class UpsolverDestinationProperties < Struct.new( :bucket_name, :bucket_prefix, :s3_output_format_config) SENSITIVE = [] include Aws::Structure end |
#s3_output_format_config ⇒ Types::UpsolverS3OutputFormatConfig
The configuration that determines how data is formatted when Upsolver is used as the flow destination.
5788 5789 5790 5791 5792 5793 5794 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5788 class UpsolverDestinationProperties < Struct.new( :bucket_name, :bucket_prefix, :s3_output_format_config) SENSITIVE = [] include Aws::Structure end |