IGrantable

class aws_cdk.aws_iam.IGrantable(*args, **kwargs)

Bases: Protocol

Any object that has an associated principal that a permission can be granted to.

Attributes

grant_principal

The principal to grant permissions to.