Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnFlowSourcePropsMixin.Builder
Packages that use CfnFlowSourcePropsMixin.Builder
-
Uses of CfnFlowSourcePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.mediaconnect
Methods in software.amazon.awscdk.cfnpropertymixins.services.mediaconnect that return CfnFlowSourcePropsMixin.BuilderModifier and TypeMethodDescriptionCfnFlowSourcePropsMixin.Builder.create()CfnFlowSourcePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnFlowSourcePropsMixin.Builder.decryption(CfnFlowSourcePropsMixin.EncryptionProperty decryption) The type of encryption that is used on the content ingested from this source.CfnFlowSourcePropsMixin.Builder.decryption(IResolvable 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) Deprecated.this property has been deprecatedThe Amazon Resource Name (ARN) of the flow this source is connected to.CfnFlowSourcePropsMixin.Builder.gatewayBridgeSource(CfnFlowSourcePropsMixin.GatewayBridgeSourceProperty gatewayBridgeSource) The bridge's source.CfnFlowSourcePropsMixin.Builder.gatewayBridgeSource(IResolvable 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) Deprecated.this property has been deprecatedCfnFlowSourcePropsMixin.Builder.senderIpAddress(String senderIpAddress) Deprecated.this property has been deprecatedCfnFlowSourcePropsMixin.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.Key-value pairs that can be used to tag and organize this flow source.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.