@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.418Z") @Stability(value=Experimental) public interface IUser extends software.amazon.jsii.JsiiSerializable, IIdentity
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users.html| Modifier and Type | Interface and Description |
|---|---|
static interface |
IUser.Jsii$Default
Internal default implementation for
IUser. |
static class |
IUser.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToGroup(IGroup group)
(experimental) Adds this user to a group.
|
String |
getUserArn()
(experimental) The user's ARN.
|
String |
getUserName()
(experimental) The user's name.
|
addManagedPolicy, attachInlinePolicyaddToPrincipalPolicy, getAssumeRoleAction, getPolicyFragment, getPrincipalAccountgetGrantPrincipal@Stability(value=Experimental) @NotNull String getUserArn()
@Stability(value=Experimental) @NotNull String getUserName()
@Stability(value=Experimental)
void addToGroup(@NotNull
IGroup group)
group - This parameter is required.Copyright © 2021. All rights reserved.