| Modifier and Type | Method and Description |
|---|---|
CfnFlow.Builder |
availabilityZone(String availabilityZone)
The Availability Zone that you want to create the flow in.
|
CfnFlow |
build() |
static CfnFlow.Builder |
create(software.constructs.Construct scope,
String id) |
CfnFlow.Builder |
name(String name)
The name of the flow.
|
CfnFlow.Builder |
source(CfnFlow.SourceProperty source)
The settings for the source that you want to use for the new flow.
|
CfnFlow.Builder |
source(IResolvable source)
The settings for the source that you want to use for the new flow.
|
CfnFlow.Builder |
sourceFailoverConfig(CfnFlow.FailoverConfigProperty sourceFailoverConfig)
The settings for source failover.
|
CfnFlow.Builder |
sourceFailoverConfig(IResolvable sourceFailoverConfig)
The settings for source failover.
|
@Stability(value=Stable) public static CfnFlow.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnFlow.EncryptionProperty.Builder.@Stability(value=Stable) public CfnFlow.Builder name(String name)
name - The name of the flow. This parameter is required.this@Stability(value=Stable) public CfnFlow.Builder source(CfnFlow.SourceProperty source)
source - The settings for the source that you want to use for the new flow. This parameter is required.this@Stability(value=Stable) public CfnFlow.Builder source(IResolvable source)
source - The settings for the source that you want to use for the new flow. This parameter is required.this@Stability(value=Stable) public CfnFlow.Builder availabilityZone(String availabilityZone)
These options are limited to the Availability Zones within the current AWS Region.
availabilityZone - The Availability Zone that you want to create the flow in. This parameter is required.this@Stability(value=Stable) public CfnFlow.Builder sourceFailoverConfig(CfnFlow.FailoverConfigProperty sourceFailoverConfig)
sourceFailoverConfig - The settings for source failover. This parameter is required.this@Stability(value=Stable) public CfnFlow.Builder sourceFailoverConfig(IResolvable sourceFailoverConfig)
sourceFailoverConfig - The settings for source failover. This parameter is required.thisCopyright © 2022. All rights reserved.