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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.mediapackage.CfnPackagingGroupProps
CfnPackagingGroupProps.Builder, CfnPackagingGroupProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPackagingGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPackagingGroupProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Parameters for CDN authorization.final Object
The configuration parameters for egress access logging.final String
getId()
Unique identifier that you assign to the packaging group.getTags()
The tags to assign to the packaging group.final int
hashCode()
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:CfnPackagingGroupProps
Unique identifier that you assign to the packaging group.- Specified by:
getId
in interfaceCfnPackagingGroupProps
- See Also:
-
getAuthorization
Description copied from interface:CfnPackagingGroupProps
Parameters for CDN authorization.- Specified by:
getAuthorization
in interfaceCfnPackagingGroupProps
- See Also:
-
getEgressAccessLogs
Description copied from interface:CfnPackagingGroupProps
The configuration parameters for egress access logging.- Specified by:
getEgressAccessLogs
in interfaceCfnPackagingGroupProps
- See Also:
-
getTags
Description copied from interface:CfnPackagingGroupProps
The tags to assign to the packaging group.- Specified by:
getTags
in interfaceCfnPackagingGroupProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-