Table of Contents

Interface IUserAttributes

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

Represents a user defined outside of this stack.

public interface IUserAttributes

Examples

var user = User.FromUserAttributes(this, "MyImportedUserByAttributes", new UserAttributes {
                UserArn = "arn:aws:iam::123456789012:user/johnsmith"
            });

Remarks

ExampleMetadata: infused

Properties

UserArn

The ARN of the user.

string UserArn { get; }

Property Value

string

Remarks

Format: arn::iam:::user/