Class CfnOriginEndpoint.SpekeKeyProviderProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpoint.SpekeKeyProviderProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpoint.SpekeKeyProviderProperty
CfnOriginEndpoint.SpekeKeyProviderProperty-
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.CfnOriginEndpoint.SpekeKeyProviderProperty
CfnOriginEndpoint.SpekeKeyProviderProperty.Builder, CfnOriginEndpoint.SpekeKeyProviderProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.SpekeKeyProviderProperty.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 booleanThe DRM solution provider you're using to protect your content during distribution.final ObjectThe encryption contract configuration associated with the SPEKE key provider.final StringThe unique identifier for the content.final StringThe ARN for the IAM role granted by the key provider that provides access to the key provider API.final StringgetUrl()The 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 theCfnOriginEndpoint.SpekeKeyProviderProperty.Builder.
-
-
Method Details
-
getDrmSystems
Description copied from interface:CfnOriginEndpoint.SpekeKeyProviderPropertyThe DRM solution provider you're using to protect your content during distribution.- Specified by:
getDrmSystemsin interfaceCfnOriginEndpoint.SpekeKeyProviderProperty- See Also:
-
getEncryptionContractConfiguration
Description copied from interface:CfnOriginEndpoint.SpekeKeyProviderPropertyThe encryption contract configuration associated with the SPEKE key provider.Returns union: either
IResolvableorCfnOriginEndpoint.EncryptionContractConfigurationProperty- Specified by:
getEncryptionContractConfigurationin interfaceCfnOriginEndpoint.SpekeKeyProviderProperty- See Also:
-
getResourceId
Description copied from interface:CfnOriginEndpoint.SpekeKeyProviderPropertyThe 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. The resource ID is also known as the content ID.
The following example shows a resource ID:
MovieNight20171126093045- Specified by:
getResourceIdin interfaceCfnOriginEndpoint.SpekeKeyProviderProperty- See Also:
-
getRoleArn
Description copied from interface:CfnOriginEndpoint.SpekeKeyProviderPropertyThe ARN for the IAM role granted by the key provider that provides access to the key provider API.This role must have a trust policy that allows MediaPackage to assume the role, and it must have a sufficient permissions policy to allow access to the specific key retrieval URL. Get this from your DRM solution provider.
Valid format:
arn:aws:iam::{accountID}:role/{name}. The following example shows a role ARN:arn:aws:iam::444455556666:role/SpekeAccess- Specified by:
getRoleArnin interfaceCfnOriginEndpoint.SpekeKeyProviderProperty- See Also:
-
getUrl
Description copied from interface:CfnOriginEndpoint.SpekeKeyProviderPropertyThe URL of the SPEKE key provider.- Specified by:
getUrlin interfaceCfnOriginEndpoint.SpekeKeyProviderProperty- See Also:
-
$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()
-