@Stability(value=Stable) @Internal public static final class CfnPermissionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPermissionProps
CfnPermissionPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnPermissionProps.Builder, CfnPermissionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnPermissionProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnPermissionProps.Builder. |
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(Object o) |
List<String> |
getActions()
The private CA actions that can be performed by the designated AWS service.
|
String |
getCertificateAuthorityArn()
The Amazon Resource Number (ARN) of the private CA from which the permission was issued.
|
String |
getPrincipal()
The AWS service or entity that holds the permission.
|
String |
getSourceAccount()
The ID of the account that assigned the permission.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnPermissionProps.Builder builder)
CfnPermissionProps.Builder.public final List<String> getActions()
CfnPermissionProps
Supported actions are IssueCertificate , GetCertificate , and ListPermissions .
getActions in interface CfnPermissionPropspublic final String getCertificateAuthorityArn()
CfnPermissionPropsgetCertificateAuthorityArn in interface CfnPermissionPropspublic final String getPrincipal()
CfnPermissionProps
At this time, the only valid principal is acm.amazonaws.com .
getPrincipal in interface CfnPermissionPropspublic final String getSourceAccount()
CfnPermissionPropsgetSourceAccount in interface CfnPermissionProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.