@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.944Z") @Stability(value=Stable) public interface CfnFlowProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFlowProps.Builder
A builder for
CfnFlowProps |
static class |
CfnFlowProps.Jsii$Proxy
An implementation for
CfnFlowProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnFlowProps.Builder |
builder() |
default String |
getDescription()
`AWS::AppFlow::Flow.Description`.
|
Object |
getDestinationFlowConfigList()
`AWS::AppFlow::Flow.DestinationFlowConfigList`.
|
String |
getFlowName()
`AWS::AppFlow::Flow.FlowName`.
|
default String |
getKmsArn()
`AWS::AppFlow::Flow.KMSArn`.
|
Object |
getSourceFlowConfig()
`AWS::AppFlow::Flow.SourceFlowConfig`.
|
default List<CfnTag> |
getTags()
`AWS::AppFlow::Flow.Tags`.
|
Object |
getTasks()
`AWS::AppFlow::Flow.Tasks`.
|
Object |
getTriggerConfig()
`AWS::AppFlow::Flow.TriggerConfig`.
|
@Stability(value=Stable) @NotNull Object getDestinationFlowConfigList()
@Stability(value=Stable) @NotNull String getFlowName()
@Stability(value=Stable) @NotNull Object getSourceFlowConfig()
@Stability(value=Stable) @NotNull Object getTasks()
@Stability(value=Stable) @NotNull Object getTriggerConfig()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getKmsArn()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnFlowProps.Builder builder()
CfnFlowProps.Builder of CfnFlowPropsCopyright © 2021. All rights reserved.