@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.235Z") @Stability(value=Stable) public interface CfnFlowSourceProps 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.*;
CfnFlowSourceProps cfnFlowSourceProps = CfnFlowSourceProps.builder()
.description("description")
.name("name")
// the properties below are optional
.decryption(EncryptionProperty.builder()
.algorithm("algorithm")
.roleArn("roleArn")
// the properties below are optional
.constantInitializationVector("constantInitializationVector")
.deviceId("deviceId")
.keyType("keyType")
.region("region")
.resourceId("resourceId")
.secretArn("secretArn")
.url("url")
.build())
.entitlementArn("entitlementArn")
.flowArn("flowArn")
.ingestPort(123)
.maxBitrate(123)
.maxLatency(123)
.protocol("protocol")
.streamId("streamId")
.vpcInterfaceName("vpcInterfaceName")
.whitelistCidr("whitelistCidr")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFlowSourceProps.Builder
A builder for
CfnFlowSourceProps |
static class |
CfnFlowSourceProps.Jsii$Proxy
An implementation for
CfnFlowSourceProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnFlowSourceProps.Builder |
builder() |
default Object |
getDecryption()
`AWS::MediaConnect::FlowSource.Decryption`.
|
String |
getDescription()
`AWS::MediaConnect::FlowSource.Description`.
|
default String |
getEntitlementArn()
`AWS::MediaConnect::FlowSource.EntitlementArn`.
|
default String |
getFlowArn()
`AWS::MediaConnect::FlowSource.FlowArn`.
|
default Number |
getIngestPort()
`AWS::MediaConnect::FlowSource.IngestPort`.
|
default Number |
getMaxBitrate()
`AWS::MediaConnect::FlowSource.MaxBitrate`.
|
default Number |
getMaxLatency()
`AWS::MediaConnect::FlowSource.MaxLatency`.
|
String |
getName()
`AWS::MediaConnect::FlowSource.Name`.
|
default String |
getProtocol()
`AWS::MediaConnect::FlowSource.Protocol`.
|
default String |
getStreamId()
`AWS::MediaConnect::FlowSource.StreamId`.
|
default String |
getVpcInterfaceName()
`AWS::MediaConnect::FlowSource.VpcInterfaceName`.
|
default String |
getWhitelistCidr()
`AWS::MediaConnect::FlowSource.WhitelistCidr`.
|
@Stability(value=Stable) @Nullable default Object getDecryption()
@Stability(value=Stable) @NotNull String getDescription()
@Stability(value=Stable) @Nullable default String getEntitlementArn()
@Stability(value=Stable) @Nullable default String getFlowArn()
@Stability(value=Stable) @Nullable default Number getIngestPort()
@Stability(value=Stable) @Nullable default Number getMaxBitrate()
@Stability(value=Stable) @Nullable default Number getMaxLatency()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getProtocol()
@Stability(value=Stable) @Nullable default String getStreamId()
@Stability(value=Stable) @Nullable default String getVpcInterfaceName()
@Stability(value=Stable) @Nullable default String getWhitelistCidr()
@Stability(value=Stable) static CfnFlowSourceProps.Builder builder()
CfnFlowSourceProps.Builder of CfnFlowSourcePropsCopyright © 2021. All rights reserved.