Show / Hide Table of Contents

Interface IGrantable

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

Namespace: Amazon.CDK.AWS.IAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IGrantable
Syntax (vb)
Public Interface IGrantable

Synopsis

Properties

GrantPrincipal

The principal to grant permissions to.

Properties

GrantPrincipal

The principal to grant permissions to.

IPrincipal GrantPrincipal { get; }
Property Value

IPrincipal

Back to top Generated by DocFX