Contents:
aws_cdk.aws_iam.
IGrantable
Bases: typing_extensions.Protocol
typing_extensions.Protocol
Any object that has an associated principal that a permission can be granted to.
Attributes
grant_principal
The principal to grant permissions to.
IPrincipal