public static interface CfnFlow.PrefixConfigProperty
You can name your destination folders according to the flow frequency and date.
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() .prefixFormat("prefixFormat") .prefixType("prefixType") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFlow.PrefixConfigProperty.Builder
A builder for
CfnFlow.PrefixConfigProperty |
static class |
CfnFlow.PrefixConfigProperty.Jsii$Proxy
An implementation for
CfnFlow.PrefixConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnFlow.PrefixConfigProperty.Builder |
builder() |
default java.lang.String |
getPrefixFormat()
Determines the level of granularity that's included in the prefix.
|
default java.lang.String |
getPrefixType()
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
|
default java.lang.String getPrefixFormat()
default java.lang.String getPrefixType()
static CfnFlow.PrefixConfigProperty.Builder builder()