Table of Contents

Interface IGrantable

Namespace
Amazon.CDK.AWS.IAM
Assembly
Amazon.CDK.AWS.IAM.dll

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

public interface IGrantable

Properties

GrantPrincipal

The principal to grant permissions to.

IPrincipal GrantPrincipal { get; }

Property Value

IPrincipal