Class CfnFlowOutputPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowOutputPropsMixin>
- Enclosing class:
CfnFlowOutputPropsMixin
CfnFlowOutputPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()cidrAllowList(List<String> cidrAllowList) The range of IP addresses that should be allowed to initiate output requests to this flow.create()create(CfnPropertyMixinOptions options) description(String description) A description of the output.destination(String destination) The IP address where you want to send the output.encryption(CfnFlowOutputPropsMixin.EncryptionProperty encryption) The type of key used for the encryption.encryption(IResolvable encryption) The type of key used for the encryption.The Amazon Resource Name (ARN) of the flow this output is attached to.maxLatency(Number maxLatency) The maximum latency in milliseconds.mediaStreamOutputConfigurations(List<? extends Object> mediaStreamOutputConfigurations) The media streams that are associated with the output, and the parameters for those associations.mediaStreamOutputConfigurations(IResolvable mediaStreamOutputConfigurations) The media streams that are associated with the output, and the parameters for those associations.minLatency(Number minLatency) The minimum latency in milliseconds for SRT-based streams.The name of the bridge's output.ndiProgramName(String ndiProgramName) A suffix for the names of the NDI sources that the flow creates.ndiSpeedHqQuality(Number ndiSpeedHqQuality) A quality setting for the NDI Speed HQ encoder.outputStatus(String outputStatus) An indication of whether the output should transmit data or not.The port to use when content is distributed to this output.The protocol to use for the output.The remote ID for the Zixi-pull stream.routerIntegrationState(String routerIntegrationState) routerIntegrationTransitEncryption(CfnFlowOutputPropsMixin.FlowTransitEncryptionProperty routerIntegrationTransitEncryption) Encryption information.routerIntegrationTransitEncryption(IResolvable routerIntegrationTransitEncryption) Encryption information.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.vpcInterfaceAttachment(CfnFlowOutputPropsMixin.VpcInterfaceAttachmentProperty vpcInterfaceAttachment) The name of the VPC interface attachment to use for this output.vpcInterfaceAttachment(IResolvable vpcInterfaceAttachment) The name of the VPC interface attachment to use for this output.
-
Method Details
-
create
@Stability(Stable) public static CfnFlowOutputPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnFlowOutputPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnFlowOutputPropsMixin.Builder.
-
cidrAllowList
The range of IP addresses that should be allowed to initiate output requests to this flow.These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
- Parameters:
cidrAllowList- The range of IP addresses that should be allowed to initiate output requests to this flow. This parameter is required.- Returns:
this- See Also:
-
description
A description of the output.This description appears only on the MediaConnect console and will not be seen by the end user.
- Parameters:
description- A description of the output. This parameter is required.- Returns:
this- See Also:
-
destination
The IP address where you want to send the output.- Parameters:
destination- The IP address where you want to send the output. This parameter is required.- Returns:
this- See Also:
-
encryption
The type of key used for the encryption.If no
keyTypeis provided, the service will use the default setting (static-key). Allowable encryption types: static-key.- Parameters:
encryption- The type of key used for the encryption. This parameter is required.- Returns:
this- See Also:
-
encryption
@Stability(Stable) public CfnFlowOutputPropsMixin.Builder encryption(CfnFlowOutputPropsMixin.EncryptionProperty encryption) The type of key used for the encryption.If no
keyTypeis provided, the service will use the default setting (static-key). Allowable encryption types: static-key.- Parameters:
encryption- The type of key used for the encryption. This parameter is required.- Returns:
this- See Also:
-
flowArn
The Amazon Resource Name (ARN) of the flow this output is attached to.- Parameters:
flowArn- The Amazon Resource Name (ARN) of the flow this output is attached to. This parameter is required.- Returns:
this- See Also:
-
maxLatency
The maximum latency in milliseconds.This parameter applies only to RIST-based and Zixi-based streams.
- Parameters:
maxLatency- The maximum latency in milliseconds. This parameter is required.- Returns:
this- See Also:
-
mediaStreamOutputConfigurations
@Stability(Stable) public CfnFlowOutputPropsMixin.Builder mediaStreamOutputConfigurations(IResolvable mediaStreamOutputConfigurations) The media streams that are associated with the output, and the parameters for those associations.- Parameters:
mediaStreamOutputConfigurations- The media streams that are associated with the output, and the parameters for those associations. This parameter is required.- Returns:
this- See Also:
-
mediaStreamOutputConfigurations
@Stability(Stable) public CfnFlowOutputPropsMixin.Builder mediaStreamOutputConfigurations(List<? extends Object> mediaStreamOutputConfigurations) The media streams that are associated with the output, and the parameters for those associations.- Parameters:
mediaStreamOutputConfigurations- The media streams that are associated with the output, and the parameters for those associations. This parameter is required.- Returns:
this- See Also:
-
minLatency
The minimum latency in milliseconds for SRT-based streams.In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.
- Parameters:
minLatency- The minimum latency in milliseconds for SRT-based streams. This parameter is required.- Returns:
this- See Also:
-
name
The name of the bridge's output.- Parameters:
name- The name of the bridge's output. This parameter is required.- Returns:
this- See Also:
-
ndiProgramName
A suffix for the names of the NDI sources that the flow creates.If a custom name isn't specified, MediaConnect uses the output name.
- Parameters:
ndiProgramName- A suffix for the names of the NDI sources that the flow creates. This parameter is required.- Returns:
this- See Also:
-
ndiSpeedHqQuality
@Stability(Stable) public CfnFlowOutputPropsMixin.Builder ndiSpeedHqQuality(Number ndiSpeedHqQuality) A quality setting for the NDI Speed HQ encoder.- Parameters:
ndiSpeedHqQuality- A quality setting for the NDI Speed HQ encoder. This parameter is required.- Returns:
this- See Also:
-
outputStatus
An indication of whether the output should transmit data or not.- Parameters:
outputStatus- An indication of whether the output should transmit data or not. This parameter is required.- Returns:
this- See Also:
-
port
The port to use when content is distributed to this output.- Parameters:
port- The port to use when content is distributed to this output. This parameter is required.- Returns:
this- See Also:
-
protocol
The protocol to use for the output.AWS Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
- Parameters:
protocol- The protocol to use for the output. This parameter is required.- Returns:
this- See Also:
-
remoteId
The remote ID for the Zixi-pull stream.- Parameters:
remoteId- The remote ID for the Zixi-pull stream. This parameter is required.- Returns:
this- See Also:
-
routerIntegrationState
@Stability(Stable) public CfnFlowOutputPropsMixin.Builder routerIntegrationState(String routerIntegrationState) - Parameters:
routerIntegrationState- This parameter is required.- Returns:
this- See Also:
-
routerIntegrationTransitEncryption
@Stability(Stable) public CfnFlowOutputPropsMixin.Builder routerIntegrationTransitEncryption(IResolvable routerIntegrationTransitEncryption) Encryption information.- Parameters:
routerIntegrationTransitEncryption- Encryption information. This parameter is required.- Returns:
this- See Also:
-
routerIntegrationTransitEncryption
@Stability(Stable) public CfnFlowOutputPropsMixin.Builder routerIntegrationTransitEncryption(CfnFlowOutputPropsMixin.FlowTransitEncryptionProperty routerIntegrationTransitEncryption) Encryption information.- Parameters:
routerIntegrationTransitEncryption- Encryption information. This parameter is required.- Returns:
this- See Also:
-
smoothingLatency
The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.- Parameters:
smoothingLatency- The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams. This parameter is required.- Returns:
this- See Also:
-
streamId
The stream ID that you want to use for this transport.This parameter applies only to Zixi and SRT caller-based streams.
- Parameters:
streamId- The stream ID that you want to use for this transport. This parameter is required.- Returns:
this- See Also:
-
vpcInterfaceAttachment
@Stability(Stable) public CfnFlowOutputPropsMixin.Builder vpcInterfaceAttachment(IResolvable vpcInterfaceAttachment) The name of the VPC interface attachment to use for this output.- Parameters:
vpcInterfaceAttachment- The name of the VPC interface attachment to use for this output. This parameter is required.- Returns:
this- See Also:
-
vpcInterfaceAttachment
@Stability(Stable) public CfnFlowOutputPropsMixin.Builder vpcInterfaceAttachment(CfnFlowOutputPropsMixin.VpcInterfaceAttachmentProperty vpcInterfaceAttachment) The name of the VPC interface attachment to use for this output.- Parameters:
vpcInterfaceAttachment- The name of the VPC interface attachment to use for this output. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowOutputPropsMixin>- Returns:
- a newly built instance of
CfnFlowOutputPropsMixin.
-