Uses of Class
software.amazon.awscdk.services.mediaconnect.CfnFlowSource.Builder
Packages that use CfnFlowSource.Builder
Package
Description
AWS::MediaConnect Construct Library
-
Uses of CfnFlowSource.Builder in software.amazon.awscdk.services.mediaconnect
Methods in software.amazon.awscdk.services.mediaconnect that return CfnFlowSource.BuilderModifier and TypeMethodDescriptionstatic CfnFlowSource.BuilderCfnFlowSource.Builder.decryption(IResolvable decryption) The type of encryption that is used on the content ingested from this source.CfnFlowSource.Builder.decryption(CfnFlowSource.EncryptionProperty decryption) The type of encryption that is used on the content ingested from this source.CfnFlowSource.Builder.description(String description) A description for the source.CfnFlowSource.Builder.entitlementArn(String entitlementArn) The ARN of the entitlement that allows you to subscribe to this flow.The Amazon Resource Name (ARN) of the flow this source is connected to.CfnFlowSource.Builder.gatewayBridgeSource(IResolvable gatewayBridgeSource) The bridge's source.CfnFlowSource.Builder.gatewayBridgeSource(CfnFlowSource.GatewayBridgeSourceProperty gatewayBridgeSource) The bridge's source.CfnFlowSource.Builder.ingestPort(Number ingestPort) The port that the flow listens on for incoming content.CfnFlowSource.Builder.maxBitrate(Number maxBitrate) The smoothing max bitrate (in bps) for RIST, RTP, and RTP-FEC streams.CfnFlowSource.Builder.maxLatency(Number maxLatency) The maximum latency in milliseconds.CfnFlowSource.Builder.minLatency(Number minLatency) The minimum latency in milliseconds for SRT-based streams.The name of the source.The protocol that the source uses to deliver the content to MediaConnect.CfnFlowSource.Builder.senderControlPort(Number senderControlPort) The port that the flow uses to send outbound requests to initiate connection with the sender.CfnFlowSource.Builder.senderIpAddress(String senderIpAddress) The IP address that the flow communicates with to initiate connection with the sender.CfnFlowSource.Builder.sourceListenerAddress(String sourceListenerAddress) Source IP or domain name for SRT-caller protocol.CfnFlowSource.Builder.sourceListenerPort(Number sourceListenerPort) Source port for SRT-caller protocol.The stream ID that you want to use for this transport.CfnFlowSource.Builder.vpcInterfaceName(String vpcInterfaceName) The name of the VPC interface to use for this source.CfnFlowSource.Builder.whitelistCidr(String whitelistCidr) The range of IP addresses that should be allowed to contribute content to your source.