Class IsmSpekeEncryptionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.alpha.IsmSpekeEncryptionProps.Jsii$Proxy
- All Implemented Interfaces:
IsmSpekeEncryptionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IsmSpekeEncryptionProps
@Stability(Experimental)
@Internal
public static final class IsmSpekeEncryptionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IsmSpekeEncryptionProps
An implementation for
IsmSpekeEncryptionProps-
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.IsmSpekeEncryptionProps
IsmSpekeEncryptionProps.Builder, IsmSpekeEncryptionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theIsmSpekeEncryptionProps.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 ICertificate(experimental) The ARN of the certificate that you imported to AWS Certificate Manager to add content key encryption to this endpoint.final List<IsmDrmSystem> (experimental) The DRM systems to use for content protection.final String(experimental) The unique identifier for the content.final IRolegetRole()(experimental) IAM role for accessing the key provider API.final StringgetUrl()(experimental) URL of the SPEKE key provider.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 theIsmSpekeEncryptionProps.Builder.
-
-
Method Details
-
getResourceId
Description copied from interface:IsmSpekeEncryptionProps(experimental) The unique identifier for the content.- Specified by:
getResourceIdin interfaceIsmSpekeEncryptionProps
-
getRole
Description copied from interface:IsmSpekeEncryptionProps(experimental) IAM role for accessing the key provider API.- Specified by:
getRolein interfaceIsmSpekeEncryptionProps
-
getUrl
Description copied from interface:IsmSpekeEncryptionProps(experimental) URL of the SPEKE key provider.- Specified by:
getUrlin interfaceIsmSpekeEncryptionProps
-
getCertificate
Description copied from interface:IsmSpekeEncryptionProps(experimental) The ARN of the certificate that you imported to AWS Certificate Manager to add content key encryption to this endpoint.Default: - no content key encryption
- Specified by:
getCertificatein interfaceIsmSpekeEncryptionProps
-
getDrmSystems
Description copied from interface:IsmSpekeEncryptionProps(experimental) The DRM systems to use for content protection.Default: - [IsmDrmSystem.PLAYREADY]
- Specified by:
getDrmSystemsin interfaceIsmSpekeEncryptionProps
-
$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()
-