Interface IGateway.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IGateway,IGatewayRef,IGatewayRef.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IGateway.Jsii$Proxy
- Enclosing interface:
IGateway
IGateway.-
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.services.mediaconnect.alpha.IGateway
IGateway.Jsii$Default, IGateway.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.mediaconnect.IGatewayRef
IGatewayRef.Jsii$Default, IGatewayRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault String(experimental) The Amazon Resource Name (ARN) of the gateway.default String(experimental) The current state of the gateway.default Metric(experimental) Create a CloudWatch metric for this gateway.default Metricmetric(String metricName, MetricOptions props) (experimental) Create a CloudWatch metric for this gateway.default Metric(experimental) Metric for the number of packets dropped by egress bridges hosted on this gateway.default Metric(experimental) Metric for the number of packets dropped by egress bridges hosted on this gateway.default Metric(experimental) Metric for the total number of packets sent from egress bridges hosted on this gateway.default Metric(experimental) Metric for the total number of packets sent from egress bridges hosted on this gateway.default Metric(experimental) Metric for the number of packets dropped by ingress bridges hosted on this gateway.default Metric(experimental) Metric for the number of packets dropped by ingress bridges hosted on this gateway.default Metric(experimental) Metric for the total number of packets received by ingress bridges hosted on this gateway.default Metric(experimental) Metric for the total number of packets received by ingress bridges hosted on this gateway.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.interfaces.mediaconnect.IGatewayRef.Jsii$Default
getGatewayRefMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGatewayArn
(experimental) The Amazon Resource Name (ARN) of the gateway.- Specified by:
getGatewayArnin interfaceIGateway
-
getGatewayState
(experimental) The current state of the gateway.- Specified by:
getGatewayStatein interfaceIGateway
-
metric
@Stability(Experimental) @NotNull default Metric metric(@NotNull String metricName, @Nullable MetricOptions props) (experimental) Create a CloudWatch metric for this gateway.The gateway ARN is set as the
GatewayARNdimension automatically. For metrics that require additional dimensions (such asNetworkName,InstanceIdfor a specific appliance, orBridgeSourceName), pass them viaprops.dimensionsMap.See the MediaConnect documentation for available metric names (for example
IngressBridgeBitRate,EgressBridgeBitRate,IngressBridgeSourcePacketLossPercent). -
metric
(experimental) Create a CloudWatch metric for this gateway.The gateway ARN is set as the
GatewayARNdimension automatically. For metrics that require additional dimensions (such asNetworkName,InstanceIdfor a specific appliance, orBridgeSourceName), pass them viaprops.dimensionsMap.See the MediaConnect documentation for available metric names (for example
IngressBridgeBitRate,EgressBridgeBitRate,IngressBridgeSourcePacketLossPercent). -
metricEgressBridgeDroppedPackets
@Stability(Experimental) @NotNull default Metric metricEgressBridgeDroppedPackets(@Nullable MetricOptions props) (experimental) Metric for the number of packets dropped by egress bridges hosted on this gateway.Pair with
metricEgressBridgeTotalPackets(software.amazon.awscdk.services.cloudwatch.MetricOptions)to chart a dropped-packet percentage. For per-bridge data, pass `dimensionsMap: { BridgeSourceName: '...' }`.Default: - sum over 60 seconds
- Specified by:
metricEgressBridgeDroppedPacketsin interfaceIGateway- Parameters:
props-
-
metricEgressBridgeDroppedPackets
(experimental) Metric for the number of packets dropped by egress bridges hosted on this gateway.Pair with
metricEgressBridgeTotalPackets(software.amazon.awscdk.services.cloudwatch.MetricOptions)to chart a dropped-packet percentage. For per-bridge data, pass `dimensionsMap: { BridgeSourceName: '...' }`.Default: - sum over 60 seconds
- Specified by:
metricEgressBridgeDroppedPacketsin interfaceIGateway
-
metricEgressBridgeTotalPackets
@Stability(Experimental) @NotNull default Metric metricEgressBridgeTotalPackets(@Nullable MetricOptions props) (experimental) Metric for the total number of packets sent from egress bridges hosted on this gateway.Pair with
metricEgressBridgeDroppedPackets(software.amazon.awscdk.services.cloudwatch.MetricOptions)to chart an egress dropped-packet percentage. For per-bridge data, pass `dimensionsMap: { BridgeSourceName: '...' }`.Default: - sum over 60 seconds
- Specified by:
metricEgressBridgeTotalPacketsin interfaceIGateway- Parameters:
props-
-
metricEgressBridgeTotalPackets
(experimental) Metric for the total number of packets sent from egress bridges hosted on this gateway.Pair with
metricEgressBridgeDroppedPackets(software.amazon.awscdk.services.cloudwatch.MetricOptions)to chart an egress dropped-packet percentage. For per-bridge data, pass `dimensionsMap: { BridgeSourceName: '...' }`.Default: - sum over 60 seconds
- Specified by:
metricEgressBridgeTotalPacketsin interfaceIGateway
-
metricIngressBridgeDroppedPackets
@Stability(Experimental) @NotNull default Metric metricIngressBridgeDroppedPackets(@Nullable MetricOptions props) (experimental) Metric for the number of packets dropped by ingress bridges hosted on this gateway.Pair with
metricIngressBridgeTotalPackets(software.amazon.awscdk.services.cloudwatch.MetricOptions)to chart a dropped-packet percentage. For per-bridge data, pass `dimensionsMap: { BridgeSourceName: '...' }`.Default: - sum over 60 seconds
- Specified by:
metricIngressBridgeDroppedPacketsin interfaceIGateway- Parameters:
props-
-
metricIngressBridgeDroppedPackets
(experimental) Metric for the number of packets dropped by ingress bridges hosted on this gateway.Pair with
metricIngressBridgeTotalPackets(software.amazon.awscdk.services.cloudwatch.MetricOptions)to chart a dropped-packet percentage. For per-bridge data, pass `dimensionsMap: { BridgeSourceName: '...' }`.Default: - sum over 60 seconds
- Specified by:
metricIngressBridgeDroppedPacketsin interfaceIGateway
-
metricIngressBridgeTotalPackets
@Stability(Experimental) @NotNull default Metric metricIngressBridgeTotalPackets(@Nullable MetricOptions props) (experimental) Metric for the total number of packets received by ingress bridges hosted on this gateway.Pair with
metricIngressBridgeDroppedPackets(software.amazon.awscdk.services.cloudwatch.MetricOptions)to chart an ingress dropped-packet percentage. For per-bridge data, pass `dimensionsMap: { BridgeSourceName: '...' }`.Default: - sum over 60 seconds
- Specified by:
metricIngressBridgeTotalPacketsin interfaceIGateway- Parameters:
props-
-
metricIngressBridgeTotalPackets
(experimental) Metric for the total number of packets received by ingress bridges hosted on this gateway.Pair with
metricIngressBridgeDroppedPackets(software.amazon.awscdk.services.cloudwatch.MetricOptions)to chart an ingress dropped-packet percentage. For per-bridge data, pass `dimensionsMap: { BridgeSourceName: '...' }`.Default: - sum over 60 seconds
- Specified by:
metricIngressBridgeTotalPacketsin interfaceIGateway
-