public static final class CfnPackagingConfiguration.SpekeKeyProviderProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPackagingConfiguration.SpekeKeyProviderProperty
CfnPackagingConfiguration.SpekeKeyProviderProperty
CfnPackagingConfiguration.SpekeKeyProviderProperty.Builder, CfnPackagingConfiguration.SpekeKeyProviderProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getRoleArn()
The ARN for the IAM role that's granted by the key provider to provide access to the key provider API.
|
java.util.List<java.lang.String> |
getSystemIds()
List of unique identifiers for the DRM systems to use, as defined in the CPIX specification.
|
java.lang.String |
getUrl()
URL for the key provider's key retrieval API endpoint.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getRoleArn()
CfnPackagingConfiguration.SpekeKeyProviderProperty
Valid format: arn:aws:iam::{accountID}:role/{name}
getRoleArn
in interface CfnPackagingConfiguration.SpekeKeyProviderProperty
public final java.util.List<java.lang.String> getSystemIds()
CfnPackagingConfiguration.SpekeKeyProviderProperty
getSystemIds
in interface CfnPackagingConfiguration.SpekeKeyProviderProperty
public final java.lang.String getUrl()
CfnPackagingConfiguration.SpekeKeyProviderProperty
Must start with https://.
getUrl
in interface CfnPackagingConfiguration.SpekeKeyProviderProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()