Uses of Interface
software.amazon.awscdk.services.iam.GrantOnPrincipalAndResourceOptions
Packages that use GrantOnPrincipalAndResourceOptions
Package
Description
AWS Identity and Access Management Construct Library
-
Uses of GrantOnPrincipalAndResourceOptions in software.amazon.awscdk.services.iam
Classes in software.amazon.awscdk.services.iam that implement GrantOnPrincipalAndResourceOptionsModifier and TypeClassDescriptionstatic final class
An implementation forGrantOnPrincipalAndResourceOptions
Methods in software.amazon.awscdk.services.iam that return GrantOnPrincipalAndResourceOptionsModifier and TypeMethodDescriptionGrantOnPrincipalAndResourceOptions.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.iam with parameters of type GrantOnPrincipalAndResourceOptionsModifier and TypeMethodDescriptionstatic Grant
Grant.addToPrincipalAndResource
(GrantOnPrincipalAndResourceOptions options) Add a grant both on the principal and on the resource.