Class CfnPackagingGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackage.CfnPackagingGroupProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPackagingGroupProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnPackagingGroupProps
@Stability(Stable)
@Internal
public static final class CfnPackagingGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPackagingGroupProps
An implementation for
CfnPackagingGroupProps-
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.mediapackage.CfnPackagingGroupProps
CfnPackagingGroupProps.Builder, CfnPackagingGroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPackagingGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPackagingGroupProps.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 ObjectParameters for CDN authorization.final ObjectThe configuration parameters for egress access logging.final StringgetId()Unique identifier that you assign to the packaging group.getTags()The tags to assign to the packaging group.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 theCfnPackagingGroupProps.Builder.
-
-
Method Details
-
getId
Description copied from interface:CfnPackagingGroupPropsUnique identifier that you assign to the packaging group.- Specified by:
getIdin interfaceCfnPackagingGroupProps
-
getAuthorization
Description copied from interface:CfnPackagingGroupPropsParameters for CDN authorization.- Specified by:
getAuthorizationin interfaceCfnPackagingGroupProps
-
getEgressAccessLogs
Description copied from interface:CfnPackagingGroupPropsThe configuration parameters for egress access logging.- Specified by:
getEgressAccessLogsin interfaceCfnPackagingGroupProps
-
getTags
Description copied from interface:CfnPackagingGroupPropsThe tags to assign to the packaging group.- Specified by:
getTagsin interfaceCfnPackagingGroupProps
-
$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()
-