Class IFlow.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.IFlow.Jsii$Proxy
- All Implemented Interfaces:
IEnvironmentAware,IEnvironmentAware.Jsii$Default,IFlowRef,IFlowRef.Jsii$Default,IResource,IResource.Jsii$Default,IFlow,IFlow.Jsii$Default,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default
- Enclosing interface:
IFlow
@Internal
public static final class IFlow.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IFlow.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediaconnect.alpha.IFlow
IFlow.Jsii$Default, IFlow.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.mediaconnect.IFlowRef
IFlowRef.Jsii$Default, IFlowRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Metric(experimental) Create a CloudWatch metric for this flow.final Metric(experimental) Metric for the bitrate of content ingested into the flow.final Metric(experimental) Metric indicating the connection state of the source (1 connected, 0 disconnected).final Metric(experimental) Metric for the number of times the source transitioned from connected to disconnected.final Metric(experimental) Metric for the number of packets lost during transit, measured before any error correction.final Metric(experimental) Metric for the current network jitter of the source, measured in milliseconds.final Metric(experimental) Metric for packets that were not recovered by the flow source.final Metric(experimental) Metric for the percentage of packets lost during transit, even if they were recovered.final Metric(experimental) Metric for the round-trip time between the source and MediaConnect.final Metric(experimental) Metric indicating which source is selected for ingest when usingFailoverfailover mode.final Metric(experimental) Metric for the total number of packets received by the flow source.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.constructs.IConstruct.Jsii$Default
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.services.mediaconnect.alpha.IFlow.Jsii$Default
addOutput, getEgressIp, getFlowArn, getFlowAvailabilityZone, getGrants, getIsFailoverEnabled, getSourceArn, getSourceIngestIp, getSourceIngestPort, getSourceIngestUrl, metric, metricSourceBitrate, metricSourceConnected, metricSourceDisconnections, metricSourceDroppedPackets, metricSourceJitter, metricSourceNotRecoveredPackets, metricSourcePacketLossPercent, metricSourceRoundTripTime, metricSourceSelected, metricSourceTotalPacketsMethods inherited from interface software.amazon.awscdk.interfaces.mediaconnect.IFlowRef.Jsii$Default
getFlowRefMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
metric
(experimental) Create a CloudWatch metric for this flow.- Specified by:
metricin interfaceIFlow- Specified by:
metricin interfaceIFlow.Jsii$Default- Parameters:
metricName- This parameter is required.
-
metricSourceBitrate
(experimental) Metric for the bitrate of content ingested into the flow.Default: - average over 60 seconds
- Specified by:
metricSourceBitratein interfaceIFlow- Specified by:
metricSourceBitratein interfaceIFlow.Jsii$Default
-
metricSourceConnected
(experimental) Metric indicating the connection state of the source (1 connected, 0 disconnected).Applies only to Zixi, SRT, and RIST sources.
Default: - minimum over 60 seconds
- Specified by:
metricSourceConnectedin interfaceIFlow- Specified by:
metricSourceConnectedin interfaceIFlow.Jsii$Default
-
metricSourceDisconnections
(experimental) Metric for the number of times the source transitioned from connected to disconnected.Default: - sum over 60 seconds
- Specified by:
metricSourceDisconnectionsin interfaceIFlow- Specified by:
metricSourceDisconnectionsin interfaceIFlow.Jsii$Default
-
metricSourceDroppedPackets
(experimental) Metric for the number of packets lost during transit, measured before any error correction.Default: - sum over 60 seconds
- Specified by:
metricSourceDroppedPacketsin interfaceIFlow- Specified by:
metricSourceDroppedPacketsin interfaceIFlow.Jsii$Default
-
metricSourceJitter
(experimental) Metric for the current network jitter of the source, measured in milliseconds.Default: - average over 60 seconds
- Specified by:
metricSourceJitterin interfaceIFlow- Specified by:
metricSourceJitterin interfaceIFlow.Jsii$Default
-
metricSourceNotRecoveredPackets
(experimental) Metric for packets that were not recovered by the flow source.Default: - sum over 60 seconds
- Specified by:
metricSourceNotRecoveredPacketsin interfaceIFlow- Specified by:
metricSourceNotRecoveredPacketsin interfaceIFlow.Jsii$Default
-
metricSourcePacketLossPercent
(experimental) Metric for the percentage of packets lost during transit, even if they were recovered.Default: - average over 60 seconds
- Specified by:
metricSourcePacketLossPercentin interfaceIFlow- Specified by:
metricSourcePacketLossPercentin interfaceIFlow.Jsii$Default
-
metricSourceRoundTripTime
(experimental) Metric for the round-trip time between the source and MediaConnect.Applies only to RIST, Zixi, and SRT sources.
Default: - average over 60 seconds
- Specified by:
metricSourceRoundTripTimein interfaceIFlow- Specified by:
metricSourceRoundTripTimein interfaceIFlow.Jsii$Default
-
metricSourceSelected
(experimental) Metric indicating which source is selected for ingest when usingFailoverfailover mode.Default: - maximum over 60 seconds
- Specified by:
metricSourceSelectedin interfaceIFlow- Specified by:
metricSourceSelectedin interfaceIFlow.Jsii$Default
-
metricSourceTotalPackets
(experimental) Metric for the total number of packets received by the flow source.Default: - sum over 60 seconds
- Specified by:
metricSourceTotalPacketsin interfaceIFlow- Specified by:
metricSourceTotalPacketsin interfaceIFlow.Jsii$Default
-