Class: Aws::Appflow::Types::UpsolverDestinationProperties

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

Instance Attribute Details

#bucket_nameString

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

Returns:

  • (String)


5794
5795
5796
5797
5798
5799
5800
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5794

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

#bucket_prefixString

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

Returns:

  • (String)


5794
5795
5796
5797
5798
5799
5800
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5794

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

#s3_output_format_configTypes::UpsolverS3OutputFormatConfig

The configuration that determines how data is formatted when Upsolver is used as the flow destination.



5794
5795
5796
5797
5798
5799
5800
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5794

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