@Stability(value=Stable)
public static interface CfnFlow.PrefixConfigProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getPrefixFormat()
Determines the level of granularity that's included in the prefix.
|
default String |
getPrefixType()
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
|
@Stability(value=Stable) @Nullable default String getPrefixFormat()
@Stability(value=Stable) @Nullable default String getPrefixType()
@Stability(value=Stable) static CfnFlow.PrefixConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.