@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:31.980Z") @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, attachInlinePolicyaddToPolicy, addToPrincipalPolicy, getAssumeRoleAction, getPolicyFragment, getPrincipalAccountgetGrantPrincipalapplyRemovalPolicy, getEnv, getStackgetNode@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 © 2022. All rights reserved.