Interface IRouterOutput.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,IRouterOutput,IRouterOutputRef,IRouterOutputRef.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IRouterOutput.Jsii$Proxy
- Enclosing interface:
IRouterOutput
IRouterOutput.-
Nested Class Summary
Nested 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.IResource
IResource.Jsii$Default, IResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediaconnect.alpha.IRouterOutput
IRouterOutput.Jsii$Default, IRouterOutput.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.mediaconnect.IRouterOutputRef
IRouterOutputRef.Jsii$Default, IRouterOutputRef.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault String(experimental) The timestamp when the router output was created.default String(experimental) The IP address of the router output.default String(experimental) The Amazon Resource Name (ARN) of the router output.default String(experimental) The unique identifier of the router output.default String(experimental) The name of the router output.default String(experimental) The timestamp when the router output was last updated.default Metric(experimental) Create a CloudWatch metric for this router output.default Metricmetric(String metricName, MetricOptions props) (experimental) Create a CloudWatch metric for this router output.default Metric(experimental) Metric for the number of retransmitted packets requested through automatic repeat request (ARQ).default MetricmetricArqRequests(MetricOptions props) (experimental) Metric for the number of retransmitted packets requested through automatic repeat request (ARQ).default Metric(experimental) Metric for the bitrate of the router output's payload.default MetricmetricBitrate(MetricOptions props) (experimental) Metric for the bitrate of the router output's payload.default Metric(experimental) Metric for the router output connection state (1 connected, 0 disconnected).default MetricmetricConnected(MetricOptions props) (experimental) Metric for the router output connection state (1 connected, 0 disconnected).default Metric(experimental) Metric for the total number of packets sent by the router output.default MetricmetricTotalPackets(MetricOptions props) (experimental) Metric for the total number of packets sent by the router output.Methods 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.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.interfaces.mediaconnect.IRouterOutputRef.Jsii$Default
getRouterOutputRefMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIpAddress
(experimental) The IP address of the router output.- Specified by:
getIpAddressin interfaceIRouterOutput
-
getRouterOutputArn
(experimental) The Amazon Resource Name (ARN) of the router output.- Specified by:
getRouterOutputArnin interfaceIRouterOutput
-
getRouterOutputId
(experimental) The unique identifier of the router output.- Specified by:
getRouterOutputIdin interfaceIRouterOutput
-
getRouterOutputName
(experimental) The name of the router output.- Specified by:
getRouterOutputNamein interfaceIRouterOutput
-
getCreatedAt
(experimental) The timestamp when the router output was created.- Specified by:
getCreatedAtin interfaceIRouterOutput
-
getUpdatedAt
(experimental) The timestamp when the router output was last updated.- Specified by:
getUpdatedAtin interfaceIRouterOutput
-
metric
@Stability(Experimental) @NotNull default Metric metric(@NotNull String metricName, @Nullable MetricOptions props) (experimental) Create a CloudWatch metric for this router output.Router output metrics are dimensioned by
RouterOutputARN. See the MediaConnect documentation for available metric names (e.g.RouterOutputBitRate,RouterOutputTotalPackets).- Specified by:
metricin interfaceIRouterOutput- Parameters:
metricName- This parameter is required.props-
-
metric
(experimental) Create a CloudWatch metric for this router output.Router output metrics are dimensioned by
RouterOutputARN. See the MediaConnect documentation for available metric names (e.g.RouterOutputBitRate,RouterOutputTotalPackets).- Specified by:
metricin interfaceIRouterOutput- Parameters:
metricName- This parameter is required.
-
metricArqRequests
(experimental) Metric for the number of retransmitted packets requested through automatic repeat request (ARQ).Applies to RIST and SRT outputs only.
Default: - sum over 60 seconds
- Specified by:
metricArqRequestsin interfaceIRouterOutput- Parameters:
props-
-
metricArqRequests
(experimental) Metric for the number of retransmitted packets requested through automatic repeat request (ARQ).Applies to RIST and SRT outputs only.
Default: - sum over 60 seconds
- Specified by:
metricArqRequestsin interfaceIRouterOutput
-
metricBitrate
(experimental) Metric for the bitrate of the router output's payload.Default: - average over 60 seconds
- Specified by:
metricBitratein interfaceIRouterOutput- Parameters:
props-
-
metricBitrate
(experimental) Metric for the bitrate of the router output's payload.Default: - average over 60 seconds
- Specified by:
metricBitratein interfaceIRouterOutput
-
metricConnected
(experimental) Metric for the router output connection state (1 connected, 0 disconnected).Applies to SRT outputs only.
Default: - minimum over 60 seconds
- Specified by:
metricConnectedin interfaceIRouterOutput- Parameters:
props-
-
metricConnected
(experimental) Metric for the router output connection state (1 connected, 0 disconnected).Applies to SRT outputs only.
Default: - minimum over 60 seconds
- Specified by:
metricConnectedin interfaceIRouterOutput
-
metricTotalPackets
(experimental) Metric for the total number of packets sent by the router output.Default: - sum over 60 seconds
- Specified by:
metricTotalPacketsin interfaceIRouterOutput- Parameters:
props-
-
metricTotalPackets
(experimental) Metric for the total number of packets sent by the router output.Default: - sum over 60 seconds
- Specified by:
metricTotalPacketsin interfaceIRouterOutput
-