| Package | Description |
|---|---|
| software.amazon.awscdk.services.iam |
AWS Identity and Access Management Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
GrantWithResourceOptions.Builder |
GrantWithResourceOptions.Builder.actions(List<String> actions)
Sets the value of
CommonGrantOptions.getActions() |
static GrantWithResourceOptions.Builder |
GrantWithResourceOptions.builder() |
GrantWithResourceOptions.Builder |
GrantWithResourceOptions.Builder.grantee(IGrantable grantee)
Sets the value of
CommonGrantOptions.getGrantee() |
GrantWithResourceOptions.Builder |
GrantWithResourceOptions.Builder.resource(IResourceWithPolicy resource)
Sets the value of
GrantWithResourceOptions.getResource() |
GrantWithResourceOptions.Builder |
GrantWithResourceOptions.Builder.resourceArns(List<String> resourceArns)
Sets the value of
CommonGrantOptions.getResourceArns() |
GrantWithResourceOptions.Builder |
GrantWithResourceOptions.Builder.resourceSelfArns(List<String> resourceSelfArns)
Sets the value of
GrantWithResourceOptions.getResourceSelfArns() |
| Constructor and Description |
|---|
Jsii$Proxy(GrantWithResourceOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
GrantWithResourceOptions.Builder. |
Copyright © 2022. All rights reserved.