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) Deprecated.this property has been deprecatedThe 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) Deprecated.this property has been deprecatedCfnFlowSource.Builder.senderIpAddress(String senderIpAddress) Deprecated.this property has been deprecatedCfnFlowSource.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.Key-value pairs that can be used to tag and organize this flow source.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.