Interface IUserAttributes
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
Remarks
Format: arn: