AWS::AppFlow::Flow PrefixConfig
Specifies elements that Amazon AppFlow includes in the file and folder names in the flow destination.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "PathPrefixHierarchy" :[ String, ... ], "PrefixFormat" :String, "PrefixType" :String}
YAML
PathPrefixHierarchy:- StringPrefixFormat:StringPrefixType:String
Properties
PathPrefixHierarchyProperty description not available.
Required: No
Type: List of String
Update requires: No interruption
PrefixFormat-
Determines the level of granularity for the date and time that's included in the prefix.
Required: No
Type: String
Allowed values:
DAY | HOUR | MINUTE | MONTH | YEARUpdate requires: No interruption
PrefixType-
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
Required: No
Type: String
Allowed values:
FILENAME | PATH | PATH_AND_FILENAMEUpdate requires: No interruption
See also
-
PrefixConfig in the Amazon AppFlow API Reference.