@Stability(value=Experimental) @Internal public static final class GrantOnPrincipalOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GrantOnPrincipalOptions
GrantOnPrincipalOptionssoftware.amazon.jsii.JsiiObject.InitializationModeGrantOnPrincipalOptions.Builder, GrantOnPrincipalOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.constructs.IConstruct scope,
List<String> actions,
IGrantable grantee,
List<String> resourceArns)
Constructor that initializes the object based on literal property values passed by the
GrantOnPrincipalOptions.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()
(experimental) The actions to grant.
|
IGrantable |
getGrantee()
(experimental) The principal to grant to.
|
List<String> |
getResourceArns()
(experimental) The resource ARNs to grant to.
|
software.constructs.IConstruct |
getScope()
(experimental) Construct to report warnings on in case grant could not be registered.
|
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(software.constructs.IConstruct scope,
List<String> actions,
IGrantable grantee,
List<String> resourceArns)
GrantOnPrincipalOptions.Builder.public final software.constructs.IConstruct getScope()
GrantOnPrincipalOptionsDefault: - the construct in which this construct is defined
getScope in interface GrantOnPrincipalOptionspublic final List<String> getActions()
CommonGrantOptionsgetActions in interface CommonGrantOptionspublic final IGrantable getGrantee()
CommonGrantOptionsDefault: if principal is undefined, no work is done.
getGrantee in interface CommonGrantOptionspublic final List<String> getResourceArns()
CommonGrantOptionsgetResourceArns in interface CommonGrantOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.