@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:10.021Z") @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.