| Package | Description |
|---|---|
| software.amazon.awscdk.services.iam |
AWS Identity and Access Management Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IResourceWithPolicy.Jsii$Default
Internal default implementation for
IResourceWithPolicy. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IResourceWithPolicy.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
IResourceWithPolicy |
GrantOnPrincipalAndResourceOptions.getResource()
(experimental) The resource with a resource policy.
|
IResourceWithPolicy |
GrantOnPrincipalAndResourceOptions.Jsii$Proxy.getResource() |
IResourceWithPolicy |
GrantWithResourceOptions.getResource()
(experimental) The resource with a resource policy.
|
IResourceWithPolicy |
GrantWithResourceOptions.Jsii$Proxy.getResource() |
| Modifier and Type | Method and Description |
|---|---|
GrantOnPrincipalAndResourceOptions.Builder |
GrantOnPrincipalAndResourceOptions.Builder.resource(IResourceWithPolicy resource)
Sets the value of
GrantOnPrincipalAndResourceOptions.getResource() |
GrantWithResourceOptions.Builder |
GrantWithResourceOptions.Builder.resource(IResourceWithPolicy resource)
Sets the value of
GrantWithResourceOptions.getResource() |
| Constructor and Description |
|---|
Jsii$Proxy(IResourceWithPolicy resource,
IPrincipal resourcePolicyPrincipal,
List<String> resourceSelfArns,
List<String> actions,
IGrantable grantee,
List<String> resourceArns)
Constructor that initializes the object based on literal property values passed by the
GrantOnPrincipalAndResourceOptions.Builder. |
Jsii$Proxy(IResourceWithPolicy resource,
List<String> resourceSelfArns,
List<String> actions,
IGrantable grantee,
List<String> resourceArns)
Constructor that initializes the object based on literal property values passed by the
GrantWithResourceOptions.Builder. |
Copyright © 2021. All rights reserved.