Class CfnFlow.UpsolverDestinationPropertiesProperty
The properties that are applied when Upsolver is used as a destination.
Inheritance
System.Object
CfnFlow.UpsolverDestinationPropertiesProperty
Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class UpsolverDestinationPropertiesProperty : Object, CfnFlow.IUpsolverDestinationPropertiesProperty
Syntax (vb)
Public Class UpsolverDestinationPropertiesProperty
Inherits Object
Implements CfnFlow.IUpsolverDestinationPropertiesProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppFlow;
var upsolverDestinationPropertiesProperty = new UpsolverDestinationPropertiesProperty {
BucketName = "bucketName",
S3OutputFormatConfig = new UpsolverS3OutputFormatConfigProperty {
PrefixConfig = new PrefixConfigProperty {
PathPrefixHierarchy = new [] { "pathPrefixHierarchy" },
PrefixFormat = "prefixFormat",
PrefixType = "prefixType"
},
// the properties below are optional
AggregationConfig = new AggregationConfigProperty {
AggregationType = "aggregationType",
TargetFileSize = 123
},
FileType = "fileType"
},
// the properties below are optional
BucketPrefix = "bucketPrefix"
};
Synopsis
Constructors
UpsolverDestinationPropertiesProperty() |
Properties
BucketName | The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data. |
BucketPrefix | The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files. |
S3OutputFormatConfig | The configuration that determines how data is formatted when Upsolver is used as the flow destination. |
Constructors
UpsolverDestinationPropertiesProperty()
public UpsolverDestinationPropertiesProperty()
Properties
BucketName
The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
public string BucketName { get; set; }
Property Value
System.String
Remarks
BucketPrefix
The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.
public string BucketPrefix { get; set; }
Property Value
System.String
Remarks
S3OutputFormatConfig
The configuration that determines how data is formatted when Upsolver is used as the flow destination.
public object S3OutputFormatConfig { get; set; }
Property Value
System.Object