Uses of Class
software.amazon.awscdk.services.mediaconnect.CfnFlowOutput.Builder
Packages that use CfnFlowOutput.Builder
Package
Description
AWS::MediaConnect Construct Library
-
Uses of CfnFlowOutput.Builder in software.amazon.awscdk.services.mediaconnect
Methods in software.amazon.awscdk.services.mediaconnect that return CfnFlowOutput.BuilderModifier and TypeMethodDescriptionCfnFlowOutput.Builder.cidrAllowList(List<String> cidrAllowList) The range of IP addresses that are allowed to initiate output requests to this flow.static CfnFlowOutput.BuilderCfnFlowOutput.Builder.description(String description) A description of the output.CfnFlowOutput.Builder.destination(String destination) The IP address where you want to send the output.CfnFlowOutput.Builder.encryption(IResolvable encryption) The encryption credentials that you want to use for the output.CfnFlowOutput.Builder.encryption(CfnFlowOutput.EncryptionProperty encryption) The encryption credentials that you want to use for the output.The Amazon Resource Name (ARN) of the flow this output is attached to.CfnFlowOutput.Builder.maxLatency(Number maxLatency) The maximum latency in milliseconds.CfnFlowOutput.Builder.mediaStreamOutputConfigurations(List<? extends Object> mediaStreamOutputConfigurations) The definition for each media stream that is associated with the output.CfnFlowOutput.Builder.mediaStreamOutputConfigurations(IResolvable mediaStreamOutputConfigurations) The definition for each media stream that is associated with the output.CfnFlowOutput.Builder.minLatency(Number minLatency) The minimum latency in milliseconds for SRT-based streams.The name of the output.CfnFlowOutput.Builder.outputStatus(String outputStatus) An indication of whether the new output should be enabled or disabled as soon as it is created.The port to use when MediaConnect distributes content to the output.The protocol to use for the output.The identifier that is assigned to the Zixi receiver.CfnFlowOutput.Builder.smoothingLatency(Number smoothingLatency) The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.The stream ID that you want to use for this transport.CfnFlowOutput.Builder.vpcInterfaceAttachment(IResolvable vpcInterfaceAttachment) The VPC interface that you want to send your output to.CfnFlowOutput.Builder.vpcInterfaceAttachment(CfnFlowOutput.VpcInterfaceAttachmentProperty vpcInterfaceAttachment) The VPC interface that you want to send your output to.