Interface CfnFlow.PrefixConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlow.PrefixConfigProperty.Jsii$Proxy
- Enclosing class:
- CfnFlow
@Stability(Stable)
public static interface CfnFlow.PrefixConfigProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.appflow.*; PrefixConfigProperty prefixConfigProperty = PrefixConfigProperty.builder() .pathPrefixHierarchy(List.of("pathPrefixHierarchy")) .prefixFormat("prefixFormat") .prefixType("prefixType") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnFlow.PrefixConfigProperty
static final class
An implementation forCfnFlow.PrefixConfigProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
CfnFlow.PrefixConfigProperty.PathPrefixHierarchy
.default String
Determines the level of granularity for the date and time that's included in the prefix.default String
Determines the format of the prefix, and whether it applies to the file name, file path, or both.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPathPrefixHierarchy
CfnFlow.PrefixConfigProperty.PathPrefixHierarchy
. -
getPrefixFormat
Determines the level of granularity for the date and time that's included in the prefix. -
getPrefixType
Determines the format of the prefix, and whether it applies to the file name, file path, or both. -
builder
-