| Package | Description |
|---|---|
| software.amazon.awscdk.services.mediaconnect |
AWS::MediaConnect Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnFlowSource.Builder |
CfnFlowSource.Builder.create(software.constructs.Construct scope,
String id) |
CfnFlowSource.Builder |
CfnFlowSource.Builder.decryption(CfnFlowSource.EncryptionProperty decryption)
The type of encryption that is used on the content ingested from the source.
|
CfnFlowSource.Builder |
CfnFlowSource.Builder.decryption(IResolvable decryption)
The type of encryption that is used on the content ingested from the source.
|
CfnFlowSource.Builder |
CfnFlowSource.Builder.description(String description)
A description of the source.
|
CfnFlowSource.Builder |
CfnFlowSource.Builder.entitlementArn(String entitlementArn)
The ARN of the entitlement that allows you to subscribe to the flow.
|
CfnFlowSource.Builder |
CfnFlowSource.Builder.flowArn(String flowArn)
The Amazon Resource Name (ARN) of the flow.
|
CfnFlowSource.Builder |
CfnFlowSource.Builder.ingestPort(Number ingestPort)
The port that the flow listens on for incoming content.
|
CfnFlowSource.Builder |
CfnFlowSource.Builder.maxBitrate(Number maxBitrate)
The maximum bitrate for RIST, RTP, and RTP-FEC streams.
|
CfnFlowSource.Builder |
CfnFlowSource.Builder.maxLatency(Number maxLatency)
The maximum latency in milliseconds.
|
CfnFlowSource.Builder |
CfnFlowSource.Builder.name(String name)
The name of the source.
|
CfnFlowSource.Builder |
CfnFlowSource.Builder.protocol(String protocol)
The protocol that the source uses to deliver the content to MediaConnect.
|
CfnFlowSource.Builder |
CfnFlowSource.Builder.streamId(String streamId)
The stream ID that you want to use for the transport.
|
CfnFlowSource.Builder |
CfnFlowSource.Builder.vpcInterfaceName(String vpcInterfaceName)
The name of the VPC interface that you want to send your output to.
|
CfnFlowSource.Builder |
CfnFlowSource.Builder.whitelistCidr(String whitelistCidr)
The range of IP addresses that are allowed to contribute content to your source.
|
Copyright © 2022. All rights reserved.