Class CfnFlowOutputProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.CfnFlowOutputProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowOutputProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlowOutputProps
@Stability(Stable)
@Internal
public static final class CfnFlowOutputProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlowOutputProps
An implementation for
CfnFlowOutputProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.mediaconnect.CfnFlowOutputProps
CfnFlowOutputProps.Builder, CfnFlowOutputProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnFlowOutputProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFlowOutputProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
The range of IP addresses that are allowed to initiate output requests to this flow.final String
A description of the output.final String
The IP address where you want to send the output.final Object
The encryption credentials that you want to use for the output.final String
The Amazon Resource Name (ARN) of the flow this output is attached to.final Number
The maximum latency in milliseconds.final Number
The minimum latency in milliseconds for SRT-based streams.final String
getName()
The name of the VPC interface.final Number
getPort()
The port to use when MediaConnect distributes content to the output.final String
The protocol to use for the output.final String
The identifier that is assigned to the Zixi receiver.final Number
The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.final String
The stream ID that you want to use for this transport.final Object
The VPC interface that you want to send your output to.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnFlowOutputProps.Builder
.
-
-
Method Details
-
getFlowArn
Description copied from interface:CfnFlowOutputProps
The Amazon Resource Name (ARN) of the flow this output is attached to.- Specified by:
getFlowArn
in interfaceCfnFlowOutputProps
-
getProtocol
Description copied from interface:CfnFlowOutputProps
The protocol to use for the output.- Specified by:
getProtocol
in interfaceCfnFlowOutputProps
-
getCidrAllowList
Description copied from interface:CfnFlowOutputProps
The range of IP addresses that are allowed to initiate output requests to this flow.Format the IP addresses as a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
- Specified by:
getCidrAllowList
in interfaceCfnFlowOutputProps
-
getDescription
Description copied from interface:CfnFlowOutputProps
A description of the output.This description is not visible outside of the current AWS account even if the account grants entitlements to other accounts.
- Specified by:
getDescription
in interfaceCfnFlowOutputProps
-
getDestination
Description copied from interface:CfnFlowOutputProps
The IP address where you want to send the output.- Specified by:
getDestination
in interfaceCfnFlowOutputProps
-
getEncryption
Description copied from interface:CfnFlowOutputProps
The encryption credentials that you want to use for the output.- Specified by:
getEncryption
in interfaceCfnFlowOutputProps
-
getMaxLatency
Description copied from interface:CfnFlowOutputProps
The maximum latency in milliseconds.This parameter applies only to RIST-based, Zixi-based, and Fujitsu-based streams.
- Specified by:
getMaxLatency
in interfaceCfnFlowOutputProps
-
getMinLatency
Description copied from interface:CfnFlowOutputProps
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.
- Specified by:
getMinLatency
in interfaceCfnFlowOutputProps
-
getName
Description copied from interface:CfnFlowOutputProps
The name of the VPC interface.- Specified by:
getName
in interfaceCfnFlowOutputProps
-
getPort
Description copied from interface:CfnFlowOutputProps
The port to use when MediaConnect distributes content to the output.- Specified by:
getPort
in interfaceCfnFlowOutputProps
-
getRemoteId
Description copied from interface:CfnFlowOutputProps
The identifier that is assigned to the Zixi receiver.This parameter applies only to outputs that use Zixi pull.
- Specified by:
getRemoteId
in interfaceCfnFlowOutputProps
-
getSmoothingLatency
Description copied from interface:CfnFlowOutputProps
The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.- Specified by:
getSmoothingLatency
in interfaceCfnFlowOutputProps
-
getStreamId
Description copied from interface:CfnFlowOutputProps
The stream ID that you want to use for this transport.This parameter applies only to Zixi and SRT caller-based streams.
- Specified by:
getStreamId
in interfaceCfnFlowOutputProps
-
getVpcInterfaceAttachment
Description copied from interface:CfnFlowOutputProps
The VPC interface that you want to send your output to.- Specified by:
getVpcInterfaceAttachment
in interfaceCfnFlowOutputProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-