Interface IChannelGroup.Jsii$Default

All Superinterfaces:
IChannelGroup, IChannelGroupRef, IChannelGroupRef.Jsii$Default, software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IResource, IResource.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IChannelGroup.Jsii$Proxy
Enclosing interface:
IChannelGroup

@Internal public static interface IChannelGroup.Jsii$Default extends IChannelGroup, IResource.Jsii$Default, IChannelGroupRef.Jsii$Default
Internal default implementation for IChannelGroup.
  • Method Details

    • getChannelGroupArn

      @Stability(Experimental) @NotNull default String getChannelGroupArn()
      (experimental) The Amazon Resource Name (ARN) associated with the resource.
      Specified by:
      getChannelGroupArn in interface IChannelGroup
    • getChannelGroupName

      @Stability(Experimental) @NotNull default String getChannelGroupName()
      (experimental) The name that describes the channel group.

      The name is the primary identifier for the channel group.

      Specified by:
      getChannelGroupName in interface IChannelGroup
    • getEgressDomain

      @Stability(Experimental) @NotNull default String getEgressDomain()
      (experimental) The egress domain where packaged content is available.

      Use this as the origin domain when configuring a CDN such as Amazon CloudFront.

      Specified by:
      getEgressDomain in interface IChannelGroup
    • getCreatedAt

      @Stability(Experimental) @Nullable default String getCreatedAt()
      (experimental) The date and time the channel group was created.
      Specified by:
      getCreatedAt in interface IChannelGroup
    • getModifiedAt

      @Stability(Experimental) @Nullable default String getModifiedAt()
      (experimental) The date and time the channel group was modified.
      Specified by:
      getModifiedAt in interface IChannelGroup
    • addChannel

      @Stability(Experimental) @NotNull default Channel addChannel(@NotNull String id, @Nullable ChannelOptions options)
      (experimental) Add Channel for this Channel Group.

      Specified by:
      addChannel in interface IChannelGroup
      Parameters:
      id - This parameter is required.
      options -
    • addChannel

      @Stability(Experimental) @NotNull default Channel addChannel(@NotNull String id)
      (experimental) Add Channel for this Channel Group.

      Specified by:
      addChannel in interface IChannelGroup
      Parameters:
      id - This parameter is required.
    • metric

      @Stability(Experimental) @NotNull default Metric metric(@NotNull String metricName, @Nullable MetricOptions props)
      (experimental) Create a CloudWatch metric.

      Specified by:
      metric in interface IChannelGroup
      Parameters:
      metricName - name of the metric. This parameter is required.
      props - metric options.
    • metric

      @Stability(Experimental) @NotNull default Metric metric(@NotNull String metricName)
      (experimental) Create a CloudWatch metric.

      Specified by:
      metric in interface IChannelGroup
      Parameters:
      metricName - name of the metric. This parameter is required.
    • metricEgressBytes

      @Stability(Experimental) @NotNull default Metric metricEgressBytes(@Nullable MetricOptions props)
      (experimental) Returns Metric for Egress Bytes.

      Default: - sum over 60 seconds

      Specified by:
      metricEgressBytes in interface IChannelGroup
      Parameters:
      props -
    • metricEgressBytes

      @Stability(Experimental) @NotNull default Metric metricEgressBytes()
      (experimental) Returns Metric for Egress Bytes.

      Default: - sum over 60 seconds

      Specified by:
      metricEgressBytes in interface IChannelGroup
    • metricEgressRequestCount

      @Stability(Experimental) @NotNull default Metric metricEgressRequestCount(@Nullable MetricOptions props)
      (experimental) Returns Metric for Egress Request Count.

      Default: - sum over 60 seconds

      Specified by:
      metricEgressRequestCount in interface IChannelGroup
      Parameters:
      props -
    • metricEgressRequestCount

      @Stability(Experimental) @NotNull default Metric metricEgressRequestCount()
      (experimental) Returns Metric for Egress Request Count.

      Default: - sum over 60 seconds

      Specified by:
      metricEgressRequestCount in interface IChannelGroup
    • metricEgressResponseTime

      @Stability(Experimental) @NotNull default Metric metricEgressResponseTime(@Nullable MetricOptions props)
      (experimental) Returns Metric for Egress Response time.

      Default: - average over 60 seconds

      Specified by:
      metricEgressResponseTime in interface IChannelGroup
      Parameters:
      props -
    • metricEgressResponseTime

      @Stability(Experimental) @NotNull default Metric metricEgressResponseTime()
      (experimental) Returns Metric for Egress Response time.

      Default: - average over 60 seconds

      Specified by:
      metricEgressResponseTime in interface IChannelGroup
    • metricIngressBytes

      @Stability(Experimental) @NotNull default Metric metricIngressBytes(@Nullable MetricOptions options)
      (experimental) Returns Metric for Ingress Bytes.

      Default: - sum over 60 seconds

      Specified by:
      metricIngressBytes in interface IChannelGroup
      Parameters:
      options -
    • metricIngressBytes

      @Stability(Experimental) @NotNull default Metric metricIngressBytes()
      (experimental) Returns Metric for Ingress Bytes.

      Default: - sum over 60 seconds

      Specified by:
      metricIngressBytes in interface IChannelGroup
    • metricIngressRequestCount

      @Stability(Experimental) @NotNull default Metric metricIngressRequestCount(@Nullable MetricOptions props)
      (experimental) Returns Metric for Ingress Request Count.

      Default: - sum over 60 seconds

      Specified by:
      metricIngressRequestCount in interface IChannelGroup
      Parameters:
      props -
    • metricIngressRequestCount

      @Stability(Experimental) @NotNull default Metric metricIngressRequestCount()
      (experimental) Returns Metric for Ingress Request Count.

      Default: - sum over 60 seconds

      Specified by:
      metricIngressRequestCount in interface IChannelGroup
    • metricIngressResponseTime

      @Stability(Experimental) @NotNull default Metric metricIngressResponseTime(@Nullable MetricOptions props)
      (experimental) Returns Metric for Ingress response time.

      Default: - average over 60 seconds

      Specified by:
      metricIngressResponseTime in interface IChannelGroup
      Parameters:
      props -
    • metricIngressResponseTime

      @Stability(Experimental) @NotNull default Metric metricIngressResponseTime()
      (experimental) Returns Metric for Ingress response time.

      Default: - average over 60 seconds

      Specified by:
      metricIngressResponseTime in interface IChannelGroup