Class ChannelGroupAttributes.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.alpha.ChannelGroupAttributes.Jsii$Proxy
All Implemented Interfaces:
ChannelGroupAttributes, software.amazon.jsii.JsiiSerializable
Enclosing interface:
ChannelGroupAttributes

@Stability(Experimental) @Internal public static final class ChannelGroupAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ChannelGroupAttributes
An implementation for ChannelGroupAttributes
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(ChannelGroupAttributes.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ChannelGroupAttributes.Builder.
  • Method Details

    • getChannelGroupName

      public final String getChannelGroupName()
      Description copied from interface: ChannelGroupAttributes
      (experimental) Channel Group Name.
      Specified by:
      getChannelGroupName in interface ChannelGroupAttributes
    • getEgressDomain

      public final String getEgressDomain()
      Description copied from interface: ChannelGroupAttributes
      (experimental) The egress domain where packaged content is available.

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

      Default: - not available on imported channel groups

      Specified by:
      getEgressDomain in interface ChannelGroupAttributes
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object