public static final class CfnPermissionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPermissionProps
CfnPermissionProps
CfnPermissionProps.Builder, CfnPermissionProps.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.util.List<java.lang.String> |
getActions()
The private CA actions that can be performed by the designated AWS service.
|
java.lang.String |
getCertificateAuthorityArn()
The Amazon Resource Number (ARN) of the private CA from which the permission was issued.
|
java.lang.String |
getPrincipal()
The AWS service or entity that holds the permission.
|
java.lang.String |
getSourceAccount()
The ID of the account that assigned the permission.
|
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.util.List<java.lang.String> getActions()
CfnPermissionProps
Supported actions are IssueCertificate
, GetCertificate
, and ListPermissions
.
getActions
in interface CfnPermissionProps
public final java.lang.String getCertificateAuthorityArn()
CfnPermissionProps
getCertificateAuthorityArn
in interface CfnPermissionProps
public final java.lang.String getPrincipal()
CfnPermissionProps
At this time, the only valid principal is acm.amazonaws.com
.
getPrincipal
in interface CfnPermissionProps
public final java.lang.String getSourceAccount()
CfnPermissionProps
getSourceAccount
in interface CfnPermissionProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()