@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:50.176Z") @Stability(value=Experimental) 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()
(experimental) The ARN of the user.
|
@Stability(value=Experimental) @NotNull String getUserArn()
Format: arn:
@Stability(value=Experimental) static UserAttributes.Builder builder()
UserAttributes.Builder of UserAttributesCopyright © 2022. All rights reserved.