@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-02T20:25:25.908Z")
public interface UserAttributes
Example:
IUser user = User.fromUserAttributes(this, "MyImportedUserByAttributes", UserAttributes.builder() .userArn("arn:aws:iam::123456789012:user/johnsmith") .build());
Modifier and Type | Interface and Description |
---|---|
static class |
UserAttributes.Builder
A builder for
UserAttributes |
static class |
UserAttributes.Jsii$Proxy
An implementation for
UserAttributes |
Modifier and Type | Method and Description |
---|---|
static UserAttributes.Builder |
builder() |
java.lang.String |
getUserArn()
The ARN of the user.
|
java.lang.String getUserArn()
Format: arn:
static UserAttributes.Builder builder()
UserAttributes.Builder
of UserAttributes