Table of Contents

Interface IUser

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

Represents an IAM user.

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

Remarks

Properties

UserArn

The user's ARN.

string UserArn { get; }

Property Value

string

Remarks

Attribute: true

UserName

The user's name.

string UserName { get; }

Property Value

string

Remarks

Attribute: true

Methods

AddToGroup(IGroup)

Adds this user to a group.

void AddToGroup(IGroup group)

Parameters

group IGroup