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-
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.ChannelGroupAttributes
ChannelGroupAttributes.Builder, ChannelGroupAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ChannelGroupAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theChannelGroupAttributes.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal String(experimental) Channel Group Name.final String(experimental) The egress domain where packaged content is available.final String(experimental) The AWS region where the channel group lives.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theChannelGroupAttributes.Builder.
-
-
Method Details
-
getChannelGroupName
Description copied from interface:ChannelGroupAttributes(experimental) Channel Group Name.- Specified by:
getChannelGroupNamein interfaceChannelGroupAttributes
-
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:
getEgressDomainin interfaceChannelGroupAttributes
-
getRegion
Description copied from interface:ChannelGroupAttributes(experimental) The AWS region where the channel group lives.Required for cross-region imports to construct the correct ARN.
Default: - the importing stack's region
- Specified by:
getRegionin interfaceChannelGroupAttributes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-