Class IChannel.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.alpha.IChannel.Jsii$Proxy
- All Implemented Interfaces:
IEnvironmentAware,IEnvironmentAware.Jsii$Default,IChannelRef,IChannelRef.Jsii$Default,IResource,IResource.Jsii$Default,IChannel,IChannel.Jsii$Default,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default
- Enclosing interface:
IChannel
@Internal
public static final class IChannel.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IChannel.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.amazon.awscdk.services.mediapackagev2.alpha.IChannel
IChannel.Jsii$Default, IChannel.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.mediapackagev2.IChannelRef
IChannelRef.Jsii$Default, IChannelRef.Jsii$ProxyNested 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$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Metric(experimental) Create a CloudWatch metric.final Metric(experimental) Returns Metric for Egress Bytes.final Metric(experimental) Returns Metric for Egress Request Count.final Metric(experimental) Returns Metric for Egress Response time.final Metric(experimental) Returns Metric for Ingress Bytes.final Metric(experimental) Returns Metric for Ingress Request Count.final Metric(experimental) Returns Metric for Ingress response time.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.amazon.awscdk.services.mediapackagev2.alpha.IChannel.Jsii$Default
addOriginEndpoint, addToResourcePolicy, getChannelArn, getChannelGroup, getChannelGroupName, getChannelName, getCreatedAt, getGrants, getIngestEndpointUrls, getModifiedAt, metric, metricEgressBytes, metricEgressRequestCount, metricEgressResponseTime, metricIngressBytes, metricIngressRequestCount, metricIngressResponseTimeMethods inherited from interface software.amazon.awscdk.interfaces.mediapackagev2.IChannelRef.Jsii$Default
getChannelRefMethods 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.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
metric
(experimental) Create a CloudWatch metric.- Specified by:
metricin interfaceIChannel- Specified by:
metricin interfaceIChannel.Jsii$Default- Parameters:
metricName- name of the metric. This parameter is required.
-
metricEgressBytes
(experimental) Returns Metric for Egress Bytes.Default: - sum over 60 seconds
- Specified by:
metricEgressBytesin interfaceIChannel- Specified by:
metricEgressBytesin interfaceIChannel.Jsii$Default
-
metricEgressRequestCount
(experimental) Returns Metric for Egress Request Count.Default: - sum over 60 seconds
- Specified by:
metricEgressRequestCountin interfaceIChannel- Specified by:
metricEgressRequestCountin interfaceIChannel.Jsii$Default
-
metricEgressResponseTime
(experimental) Returns Metric for Egress Response time.Default: - average over 60 seconds
- Specified by:
metricEgressResponseTimein interfaceIChannel- Specified by:
metricEgressResponseTimein interfaceIChannel.Jsii$Default
-
metricIngressBytes
(experimental) Returns Metric for Ingress Bytes.Default: - sum over 60 seconds
- Specified by:
metricIngressBytesin interfaceIChannel- Specified by:
metricIngressBytesin interfaceIChannel.Jsii$Default
-
metricIngressRequestCount
(experimental) Returns Metric for Ingress Request Count.Default: - sum over 60 seconds
- Specified by:
metricIngressRequestCountin interfaceIChannel- Specified by:
metricIngressRequestCountin interfaceIChannel.Jsii$Default
-
metricIngressResponseTime
(experimental) Returns Metric for Ingress response time.Default: - average over 60 seconds
- Specified by:
metricIngressResponseTimein interfaceIChannel- Specified by:
metricIngressResponseTimein interfaceIChannel.Jsii$Default
-