Class CmafSpekeEncryptionProps.Jsii$Proxy
- All Implemented Interfaces:
CmafSpekeEncryptionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CmafSpekeEncryptionProps
CmafSpekeEncryptionProps-
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.CmafSpekeEncryptionProps
CmafSpekeEncryptionProps.Builder, CmafSpekeEncryptionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCmafSpekeEncryptionProps.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 PresetSpeke20Audio(experimental) Audio encryption preset.final ICertificate(experimental) The ARN of the certificate that you imported to AWS Certificate Manager to add content key encryption to this endpoint.final String(experimental) Constant initialization vector (32-character hex string).final List<CmafDrmSystem> (experimental) The DRM systems to use for content protection.final Boolean(experimental) When enabled, DRM metadata is excluded from CMAF segments.final Duration(experimental) Key rotation interval.final CmafEncryptionMethod(experimental) The encryption method to use.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 PresetSpeke20Video(experimental) Video encryption preset.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 theCmafSpekeEncryptionProps.Builder.
-
-
Method Details
-
getDrmSystems
Description copied from interface:CmafSpekeEncryptionProps(experimental) The DRM systems to use for content protection.CENC supports PlayReady, Widevine, and Irdeto. CBCS supports PlayReady, Widevine, and FairPlay.
- Specified by:
getDrmSystemsin interfaceCmafSpekeEncryptionProps
-
getMethod
Description copied from interface:CmafSpekeEncryptionProps(experimental) The encryption method to use.- Specified by:
getMethodin interfaceCmafSpekeEncryptionProps
-
getResourceId
Description copied from interface:CmafSpekeEncryptionProps(experimental) The unique identifier for the content.The service sends this identifier to the key server to identify the current endpoint. How unique you make this identifier depends on how fine-grained you want access controls to be. The service does not permit you to use the same ID for two simultaneous encryption processes.
- Specified by:
getResourceIdin interfaceCmafSpekeEncryptionProps
-
getRole
Description copied from interface:CmafSpekeEncryptionProps(experimental) IAM role for accessing the key provider API.This role must have a trust policy that allows MediaPackage to assume the role, and it must have sufficient permissions to access the key retrieval URL.
- Specified by:
getRolein interfaceCmafSpekeEncryptionProps
-
getUrl
Description copied from interface:CmafSpekeEncryptionProps(experimental) URL of the SPEKE key provider.- Specified by:
getUrlin interfaceCmafSpekeEncryptionProps
-
getAudioPreset
Description copied from interface:CmafSpekeEncryptionProps(experimental) Audio encryption preset.Default: PresetSpeke20Audio.PRESET_AUDIO_1
- Specified by:
getAudioPresetin interfaceCmafSpekeEncryptionProps
-
getCertificate
Description copied from interface:CmafSpekeEncryptionProps(experimental) The ARN of the certificate that you imported to AWS Certificate Manager to add content key encryption to this endpoint.For this feature to work, your DRM key provider must support content key encryption.
Default: - no content key encryption
- Specified by:
getCertificatein interfaceCmafSpekeEncryptionProps
-
getConstantInitializationVector
Description copied from interface:CmafSpekeEncryptionProps(experimental) Constant initialization vector (32-character hex string).A 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting content.
Default: - MediaPackage generates the IV
- Specified by:
getConstantInitializationVectorin interfaceCmafSpekeEncryptionProps
-
getExcludeSegmentDrmMetadata
Description copied from interface:CmafSpekeEncryptionProps(experimental) When enabled, DRM metadata is excluded from CMAF segments.Default: false
- Specified by:
getExcludeSegmentDrmMetadatain interfaceCmafSpekeEncryptionProps
-
getKeyRotationInterval
Description copied from interface:CmafSpekeEncryptionProps(experimental) Key rotation interval.Default: - no rotation
- Specified by:
getKeyRotationIntervalin interfaceCmafSpekeEncryptionProps
-
getVideoPreset
Description copied from interface:CmafSpekeEncryptionProps(experimental) Video encryption preset.Default: PresetSpeke20Video.PRESET_VIDEO_1
- Specified by:
getVideoPresetin interfaceCmafSpekeEncryptionProps
-
$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()
-