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();
 
  • Method Details

    • getPathPrefixHierarchy

      @Stability(Stable) @Nullable default List<String> getPathPrefixHierarchy()
      CfnFlow.PrefixConfigProperty.PathPrefixHierarchy.
    • getPrefixFormat

      @Stability(Stable) @Nullable default String getPrefixFormat()
      Determines the level of granularity for the date and time that's included in the prefix.
    • getPrefixType

      @Stability(Stable) @Nullable default String getPrefixType()
      Determines the format of the prefix, and whether it applies to the file name, file path, or both.
    • builder

      @Stability(Stable) static CfnFlow.PrefixConfigProperty.Builder builder()
      Returns:
      a CfnFlow.PrefixConfigProperty.Builder of CfnFlow.PrefixConfigProperty