Class TsSpekeEncryptionProps.Jsii$Proxy
- All Implemented Interfaces:
TsSpekeEncryptionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
TsSpekeEncryptionProps
TsSpekeEncryptionProps-
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.TsSpekeEncryptionProps
TsSpekeEncryptionProps.Builder, TsSpekeEncryptionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(TsSpekeEncryptionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theTsSpekeEncryptionProps.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<TsDrmSystem> (experimental) The DRM systems to use for content protection.final Duration(experimental) Key rotation interval.final TsEncryptionMethod(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 theTsSpekeEncryptionProps.Builder.
-
-
Method Details
-
getMethod
Description copied from interface:TsSpekeEncryptionProps(experimental) The encryption method to use.- Specified by:
getMethodin interfaceTsSpekeEncryptionProps
-
getResourceId
Description copied from interface:TsSpekeEncryptionProps(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 interfaceTsSpekeEncryptionProps
-
getRole
Description copied from interface:TsSpekeEncryptionProps(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 interfaceTsSpekeEncryptionProps
-
getUrl
Description copied from interface:TsSpekeEncryptionProps(experimental) URL of the SPEKE key provider.- Specified by:
getUrlin interfaceTsSpekeEncryptionProps
-
getAudioPreset
Description copied from interface:TsSpekeEncryptionProps(experimental) Audio encryption preset.Default: PresetSpeke20Audio.PRESET_AUDIO_1
- Specified by:
getAudioPresetin interfaceTsSpekeEncryptionProps
-
getCertificate
Description copied from interface:TsSpekeEncryptionProps(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 interfaceTsSpekeEncryptionProps
-
getConstantInitializationVector
Description copied from interface:TsSpekeEncryptionProps(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 interfaceTsSpekeEncryptionProps
-
getDrmSystems
Description copied from interface:TsSpekeEncryptionProps(experimental) The DRM systems to use for content protection.Default: - FairPlay for SAMPLE_AES, Clear Key AES 128 for AES_128
- Specified by:
getDrmSystemsin interfaceTsSpekeEncryptionProps
-
getKeyRotationInterval
Description copied from interface:TsSpekeEncryptionProps(experimental) Key rotation interval.Default: - no rotation
- Specified by:
getKeyRotationIntervalin interfaceTsSpekeEncryptionProps
-
getVideoPreset
Description copied from interface:TsSpekeEncryptionProps(experimental) Video encryption preset.Default: PresetSpeke20Video.PRESET_VIDEO_1
- Specified by:
getVideoPresetin interfaceTsSpekeEncryptionProps
-
$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()
-