@Stability(value=Stable)
public static interface CfnFlow.SourceProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
SourceProperty sourceProperty = 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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFlow.SourceProperty.Builder
A builder for
CfnFlow.SourceProperty |
static class |
CfnFlow.SourceProperty.Jsii$Proxy
An implementation for
CfnFlow.SourceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFlow.SourceProperty.Builder |
builder() |
default Object |
getDecryption()
`CfnFlow.SourceProperty.Decryption`.
|
default String |
getDescription()
`CfnFlow.SourceProperty.Description`.
|
default String |
getEntitlementArn()
`CfnFlow.SourceProperty.EntitlementArn`.
|
default String |
getIngestIp()
`CfnFlow.SourceProperty.IngestIp`.
|
default Number |
getIngestPort()
`CfnFlow.SourceProperty.IngestPort`.
|
default Number |
getMaxBitrate()
`CfnFlow.SourceProperty.MaxBitrate`.
|
default Number |
getMaxLatency()
`CfnFlow.SourceProperty.MaxLatency`.
|
default Number |
getMinLatency()
`CfnFlow.SourceProperty.MinLatency`.
|
default String |
getName()
`CfnFlow.SourceProperty.Name`.
|
default String |
getProtocol()
`CfnFlow.SourceProperty.Protocol`.
|
default String |
getSourceArn()
`CfnFlow.SourceProperty.SourceArn`.
|
default String |
getSourceIngestPort()
`CfnFlow.SourceProperty.SourceIngestPort`.
|
default String |
getStreamId()
`CfnFlow.SourceProperty.StreamId`.
|
default String |
getVpcInterfaceName()
`CfnFlow.SourceProperty.VpcInterfaceName`.
|
default String |
getWhitelistCidr()
`CfnFlow.SourceProperty.WhitelistCidr`.
|
@Stability(value=Stable) @Nullable default Object getDecryption()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getEntitlementArn()
@Stability(value=Stable) @Nullable default String getIngestIp()
@Stability(value=Stable) @Nullable default Number getIngestPort()
@Stability(value=Stable) @Nullable default Number getMaxBitrate()
@Stability(value=Stable) @Nullable default Number getMaxLatency()
@Stability(value=Stable) @Nullable default Number getMinLatency()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default String getProtocol()
@Stability(value=Stable) @Nullable default String getSourceArn()
@Stability(value=Stable) @Nullable default String getSourceIngestPort()
@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 CfnFlow.SourceProperty.Builder builder()
CfnFlow.SourceProperty.Builder of CfnFlow.SourcePropertyCopyright © 2021. All rights reserved.