@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-09T19:16:32.908Z")
public interface WithoutPolicyUpdatesOptions
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.iam.*; WithoutPolicyUpdatesOptions withoutPolicyUpdatesOptions = WithoutPolicyUpdatesOptions.builder() .addGrantsToResources(false) .build();
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 java.lang.Boolean |
getAddGrantsToResources()
Add grants to resources instead of dropping them.
|
default java.lang.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
static WithoutPolicyUpdatesOptions.Builder builder()