@Stability(value=Experimental) @Internal public static final class FromRoleArnOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FromRoleArnOptions
FromRoleArnOptionssoftware.amazon.jsii.JsiiObject.InitializationModeFromRoleArnOptions.Builder, FromRoleArnOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(FromRoleArnOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
FromRoleArnOptions.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) |
Boolean |
getAddGrantsToResources()
(experimental) For immutable roles: add grants to resources instead of dropping them.
|
Boolean |
getMutable()
(experimental) Whether the imported role can be modified by attaching policy resources to it.
|
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(FromRoleArnOptions.Builder builder)
FromRoleArnOptions.Builder.public final Boolean getAddGrantsToResources()
FromRoleArnOptions
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 FromRoleArnOptionspublic final Boolean getMutable()
FromRoleArnOptionsDefault: true
getMutable in interface FromRoleArnOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.