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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.SpekeKeyProviderProperty
CfnOriginEndpoint.SpekeKeyProviderProperty.Builder, CfnOriginEndpoint.SpekeKeyProviderProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.SpekeKeyProviderProperty.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
The DRM solution provider you're using to protect your content during distribution.final Object
The encryption contract configuration associated with the SPEKE key provider.final String
The unique identifier for the content.final String
The ARN for the IAM role granted by the key provider that provides access to the key provider API.final String
getUrl()
The URL of the SPEKE key provider.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 theCfnOriginEndpoint.SpekeKeyProviderProperty.Builder
.
-
-
Method Details
-
getDrmSystems
Description copied from interface:CfnOriginEndpoint.SpekeKeyProviderProperty
The DRM solution provider you're using to protect your content during distribution.- Specified by:
getDrmSystems
in interfaceCfnOriginEndpoint.SpekeKeyProviderProperty
- See Also:
-
getEncryptionContractConfiguration
Description copied from interface:CfnOriginEndpoint.SpekeKeyProviderProperty
The encryption contract configuration associated with the SPEKE key provider.- Specified by:
getEncryptionContractConfiguration
in interfaceCfnOriginEndpoint.SpekeKeyProviderProperty
- See Also:
-
getResourceId
Description copied from interface:CfnOriginEndpoint.SpekeKeyProviderProperty
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. The resource ID is also known as the content ID.
The following example shows a resource ID:
MovieNight20171126093045
- Specified by:
getResourceId
in interfaceCfnOriginEndpoint.SpekeKeyProviderProperty
- See Also:
-
getRoleArn
Description copied from interface:CfnOriginEndpoint.SpekeKeyProviderProperty
The 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:
getRoleArn
in interfaceCfnOriginEndpoint.SpekeKeyProviderProperty
- See Also:
-
getUrl
Description copied from interface:CfnOriginEndpoint.SpekeKeyProviderProperty
The URL of the SPEKE key provider.- Specified by:
getUrl
in interfaceCfnOriginEndpoint.SpekeKeyProviderProperty
- 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()
-