@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:32.041Z") @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.