interface PrefixConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppFlow.CfnFlow.PrefixConfigProperty |
![]() | software.amazon.awscdk.services.appflow.CfnFlow.PrefixConfigProperty |
![]() | aws_cdk.aws_appflow.CfnFlow.PrefixConfigProperty |
![]() | @aws-cdk/aws-appflow » CfnFlow » PrefixConfigProperty |
Specifies elements that Amazon AppFlow includes in the file and folder names in the flow destination.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as appflow from '@aws-cdk/aws-appflow';
const prefixConfigProperty: appflow.CfnFlow.PrefixConfigProperty = {
pathPrefixHierarchy: ['pathPrefixHierarchy'],
prefixFormat: 'prefixFormat',
prefixType: 'prefixType',
};
Properties
Name | Type | Description |
---|---|---|
path | string[] | CfnFlow.PrefixConfigProperty.PathPrefixHierarchy . |
prefix | string | Determines the level of granularity for the date and time that's included in the prefix. |
prefix | string | Determines the format of the prefix, and whether it applies to the file name, file path, or both. |
pathPrefixHierarchy?
Type:
string[]
(optional)
CfnFlow.PrefixConfigProperty.PathPrefixHierarchy
.
prefixFormat?
Type:
string
(optional)
Determines the level of granularity for the date and time that's included in the prefix.
prefixType?
Type:
string
(optional)
Determines the format of the prefix, and whether it applies to the file name, file path, or both.