Table of Contents

Interface IGroup

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

Represents an IAM Group.

public interface IGroup : IIdentity, IPrincipal, IGrantable, IResource, IConstruct, IConstruct, IDependable
Inherited Members

Remarks

Properties

GroupArn

Returns the IAM Group ARN.

string GroupArn { get; }

Property Value

string

Remarks

Attribute: true

GroupName

Returns the IAM Group Name.

string GroupName { get; }

Property Value

string

Remarks

Attribute: true