Class IChannelGroup.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.alpha.IChannelGroup.Jsii$Proxy
- All Implemented Interfaces:
IEnvironmentAware,IEnvironmentAware.Jsii$Default,IChannelGroupRef,IChannelGroupRef.Jsii$Default,IResource,IResource.Jsii$Default,IChannelGroup,IChannelGroup.Jsii$Default,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default
- Enclosing interface:
IChannelGroup
@Internal
public static final class IChannelGroup.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IChannelGroup.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.IChannelGroup
IChannelGroup.Jsii$Default, IChannelGroup.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.mediapackagev2.IChannelGroupRef
IChannelGroupRef.Jsii$Default, IChannelGroupRef.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 ChanneladdChannel(String id) (experimental) Add Channel for this Channel Group.final 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.IChannelGroup.Jsii$Default
addChannel, getChannelGroupArn, getChannelGroupName, getCreatedAt, getEgressDomain, getModifiedAt, metric, metricEgressBytes, metricEgressRequestCount, metricEgressResponseTime, metricIngressBytes, metricIngressRequestCount, metricIngressResponseTimeMethods inherited from interface software.amazon.awscdk.interfaces.mediapackagev2.IChannelGroupRef.Jsii$Default
getChannelGroupRefMethods 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
-
addChannel
(experimental) Add Channel for this Channel Group.- Specified by:
addChannelin interfaceIChannelGroup- Specified by:
addChannelin interfaceIChannelGroup.Jsii$Default- Parameters:
id- This parameter is required.
-
metric
(experimental) Create a CloudWatch metric.- Specified by:
metricin interfaceIChannelGroup- Specified by:
metricin interfaceIChannelGroup.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 interfaceIChannelGroup- Specified by:
metricEgressBytesin interfaceIChannelGroup.Jsii$Default
-
metricEgressRequestCount
(experimental) Returns Metric for Egress Request Count.Default: - sum over 60 seconds
- Specified by:
metricEgressRequestCountin interfaceIChannelGroup- Specified by:
metricEgressRequestCountin interfaceIChannelGroup.Jsii$Default
-
metricEgressResponseTime
(experimental) Returns Metric for Egress Response time.Default: - average over 60 seconds
- Specified by:
metricEgressResponseTimein interfaceIChannelGroup- Specified by:
metricEgressResponseTimein interfaceIChannelGroup.Jsii$Default
-
metricIngressBytes
(experimental) Returns Metric for Ingress Bytes.Default: - sum over 60 seconds
- Specified by:
metricIngressBytesin interfaceIChannelGroup- Specified by:
metricIngressBytesin interfaceIChannelGroup.Jsii$Default
-
metricIngressRequestCount
(experimental) Returns Metric for Ingress Request Count.Default: - sum over 60 seconds
- Specified by:
metricIngressRequestCountin interfaceIChannelGroup- Specified by:
metricIngressRequestCountin interfaceIChannelGroup.Jsii$Default
-
metricIngressResponseTime
(experimental) Returns Metric for Ingress response time.Default: - average over 60 seconds
- Specified by:
metricIngressResponseTimein interfaceIChannelGroup- Specified by:
metricIngressResponseTimein interfaceIChannelGroup.Jsii$Default
-