aws-cdk-lib.aws_appflow.CfnFlow.PrefixConfigProperty

interface PrefixConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.AppFlow.CfnFlow.PrefixConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnFlow_PrefixConfigProperty
Javasoftware.amazon.awscdk.services.appflow.CfnFlow.PrefixConfigProperty
Pythonaws_cdk.aws_appflow.CfnFlow.PrefixConfigProperty
TypeScript aws-cdk-lib » 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 { aws_appflow as appflow } from 'aws-cdk-lib';
const prefixConfigProperty: appflow.CfnFlow.PrefixConfigProperty = {
  pathPrefixHierarchy: ['pathPrefixHierarchy'],
  prefixFormat: 'prefixFormat',
  prefixType: 'prefixType',
};

Properties

NameTypeDescription
pathPrefixHierarchy?string[]CfnFlow.PrefixConfigProperty.PathPrefixHierarchy.
prefixFormat?stringDetermines the level of granularity for the date and time that's included in the prefix.
prefixType?stringDetermines 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.