@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:36.972Z") @Stability(value=Stable) public interface CfnFlowProps extends software.amazon.jsii.JsiiSerializable
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.mediaconnect.*;
CfnFlowProps cfnFlowProps = CfnFlowProps.builder()
.name("name")
.source(SourceProperty.builder()
.decryption(EncryptionProperty.builder()
.roleArn("roleArn")
// the properties below are optional
.algorithm("algorithm")
.constantInitializationVector("constantInitializationVector")
.deviceId("deviceId")
.keyType("keyType")
.region("region")
.resourceId("resourceId")
.secretArn("secretArn")
.url("url")
.build())
.description("description")
.entitlementArn("entitlementArn")
.ingestIp("ingestIp")
.ingestPort(123)
.maxBitrate(123)
.maxLatency(123)
.minLatency(123)
.name("name")
.protocol("protocol")
.sourceArn("sourceArn")
.sourceIngestPort("sourceIngestPort")
.streamId("streamId")
.vpcInterfaceName("vpcInterfaceName")
.whitelistCidr("whitelistCidr")
.build())
// the properties below are optional
.availabilityZone("availabilityZone")
.sourceFailoverConfig(FailoverConfigProperty.builder()
.recoveryWindow(123)
.state("state")
.build())
.build();
| 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 |
getAvailabilityZone()
The Availability Zone that you want to create the flow in.
|
String |
getName()
The name of the flow.
|
Object |
getSource()
The settings for the source that you want to use for the new flow.
|
default Object |
getSourceFailoverConfig()
The settings for source failover.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull Object getSource()
@Stability(value=Stable) @Nullable default String getAvailabilityZone()
These options are limited to the Availability Zones within the current AWS Region.
@Stability(value=Stable) @Nullable default Object getSourceFailoverConfig()
@Stability(value=Stable) static CfnFlowProps.Builder builder()
CfnFlowProps.Builder of CfnFlowPropsCopyright © 2022. All rights reserved.