public static final class WithoutPolicyUpdatesOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements WithoutPolicyUpdatesOptions
WithoutPolicyUpdatesOptions
WithoutPolicyUpdatesOptions.Builder, WithoutPolicyUpdatesOptions.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.Boolean |
getAddGrantsToResources()
Add grants to resources instead of dropping them.
|
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.Boolean getAddGrantsToResources()
WithoutPolicyUpdatesOptions
If this is false
or not specified, grant permissions added to this role are ignored.
It is your own responsibility to make sure the role has the required permissions.
If this is true
, any grant permissions will be added to the resource instead.
Default: false
getAddGrantsToResources
in interface WithoutPolicyUpdatesOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()