@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-13T01:13:29.336Z")
public interface CfnFlowProps
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 java.lang.String |
getAvailabilityZone()
The Availability Zone that you want to create the flow in.
|
java.lang.String |
getName()
The name of the flow.
|
java.lang.Object |
getSource()
The settings for the source that you want to use for the new flow.
|
default java.lang.Object |
getSourceFailoverConfig()
The settings for source failover.
|
java.lang.String getName()
java.lang.Object getSource()
default java.lang.String getAvailabilityZone()
These options are limited to the Availability Zones within the current AWS Region.
default java.lang.Object getSourceFailoverConfig()
static CfnFlowProps.Builder builder()
CfnFlowProps.Builder
of CfnFlowProps