| Package | Description |
|---|---|
| software.amazon.awscdk.services.iam |
AWS Identity and Access Management Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
GrantOnPrincipalOptions.Builder |
GrantOnPrincipalOptions.Builder.actions(List<String> actions)
Sets the value of
CommonGrantOptions.getActions() |
static GrantOnPrincipalOptions.Builder |
GrantOnPrincipalOptions.builder() |
GrantOnPrincipalOptions.Builder |
GrantOnPrincipalOptions.Builder.grantee(IGrantable grantee)
Sets the value of
CommonGrantOptions.getGrantee() |
GrantOnPrincipalOptions.Builder |
GrantOnPrincipalOptions.Builder.resourceArns(List<String> resourceArns)
Sets the value of
CommonGrantOptions.getResourceArns() |
GrantOnPrincipalOptions.Builder |
GrantOnPrincipalOptions.Builder.scope(software.constructs.IConstruct scope)
Sets the value of
GrantOnPrincipalOptions.getScope() |
Copyright © 2021. All rights reserved.