@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:32:44.221Z") @Stability(value=Experimental) public interface WithoutPolicyUpdatesOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
WithoutPolicyUpdatesOptions.Builder
A builder for
WithoutPolicyUpdatesOptions |
static class |
WithoutPolicyUpdatesOptions.Jsii$Proxy
An implementation for
WithoutPolicyUpdatesOptions |
| Modifier and Type | Method and Description |
|---|---|
static WithoutPolicyUpdatesOptions.Builder |
builder() |
default Boolean |
getAddGrantsToResources()
(experimental) Add grants to resources instead of dropping them.
|
@Stability(value=Experimental) @Nullable default Boolean getAddGrantsToResources()
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
@Stability(value=Experimental) static WithoutPolicyUpdatesOptions.Builder builder()
Copyright © 2021. All rights reserved.