@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.791Z") @Stability(value=Stable) public interface UserAttributes extends software.amazon.jsii.JsiiSerializable
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() |
String |
getUserArn()
The ARN of the user.
|
@Stability(value=Stable) @NotNull String getUserArn()
Format: arn:
@Stability(value=Stable) static UserAttributes.Builder builder()
UserAttributes.Builder of UserAttributesCopyright © 2022. All rights reserved.