Uses of Class
software.amazon.awscdk.mixins.preview.services.mediaconnect.mixins.CfnFlowSourcePropsMixin.Builder
Packages that use CfnFlowSourcePropsMixin.Builder
-
Uses of CfnFlowSourcePropsMixin.Builder in software.amazon.awscdk.mixins.preview.services.mediaconnect.mixins
Methods in software.amazon.awscdk.mixins.preview.services.mediaconnect.mixins that return CfnFlowSourcePropsMixin.BuilderModifier and TypeMethodDescriptionCfnFlowSourcePropsMixin.Builder.create()CfnFlowSourcePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnFlowSourcePropsMixin.Builder.decryption(IResolvable decryption) The type of encryption that is used on the content ingested from this source.CfnFlowSourcePropsMixin.Builder.decryption(CfnFlowSourcePropsMixin.EncryptionProperty decryption) The type of encryption that is used on the content ingested from this source.CfnFlowSourcePropsMixin.Builder.description(String description) A description for the source.CfnFlowSourcePropsMixin.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.CfnFlowSourcePropsMixin.Builder.gatewayBridgeSource(IResolvable gatewayBridgeSource) The bridge's source.CfnFlowSourcePropsMixin.Builder.gatewayBridgeSource(CfnFlowSourcePropsMixin.GatewayBridgeSourceProperty gatewayBridgeSource) The bridge's source.CfnFlowSourcePropsMixin.Builder.ingestPort(Number ingestPort) The port that the flow listens on for incoming content.CfnFlowSourcePropsMixin.Builder.maxBitrate(Number maxBitrate) The smoothing max bitrate (in bps) for RIST, RTP, and RTP-FEC streams.CfnFlowSourcePropsMixin.Builder.maxLatency(Number maxLatency) The maximum latency in milliseconds.CfnFlowSourcePropsMixin.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.CfnFlowSourcePropsMixin.Builder.senderControlPort(Number senderControlPort) The port that the flow uses to send outbound requests to initiate connection with the sender.CfnFlowSourcePropsMixin.Builder.senderIpAddress(String senderIpAddress) The IP address that the flow communicates with to initiate connection with the sender.CfnFlowSourcePropsMixin.Builder.sourceListenerAddress(String sourceListenerAddress) Source IP or domain name for SRT-caller protocol.CfnFlowSourcePropsMixin.Builder.sourceListenerPort(Number sourceListenerPort) Source port for SRT-caller protocol.The stream ID that you want to use for this transport.CfnFlowSourcePropsMixin.Builder.vpcInterfaceName(String vpcInterfaceName) The name of the VPC interface to use for this source.CfnFlowSourcePropsMixin.Builder.whitelistCidr(String whitelistCidr) The range of IP addresses that should be allowed to contribute content to your source.