| Package | Description |
|---|---|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| software.amazon.awscdk.services.iam |
AWS Identity and Access Management Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsAuth.addUserMapping(IUser user,
AwsAuthMapping mapping)
(experimental) Adds a mapping between an IAM user to a Kubernetes user and groups.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IUser.Jsii$Default
Internal default implementation for
IUser. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IUser.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
User
(experimental) Define a new IAM user.
|
| Modifier and Type | Method and Description |
|---|---|
static IUser |
User.fromUserArn(software.constructs.Construct scope,
String id,
String userArn)
(experimental) Import an existing user given a user ARN.
|
static IUser |
User.fromUserAttributes(software.constructs.Construct scope,
String id,
UserAttributes attrs)
(experimental) Import an existing user given user attributes.
|
static IUser |
User.fromUserName(software.constructs.Construct scope,
String id,
String userName)
(experimental) Import an existing user given a username.
|
| Modifier and Type | Method and Description |
|---|---|
default List<IUser> |
ManagedPolicyProps.getUsers()
(experimental) Users to attach this policy to.
|
List<IUser> |
ManagedPolicyProps.Jsii$Proxy.getUsers() |
default List<IUser> |
PolicyProps.getUsers()
(experimental) Users to attach this policy to.
|
List<IUser> |
PolicyProps.Jsii$Proxy.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
Group.addUser(IUser user)
(experimental) Adds a user to this group.
|
void |
ManagedPolicy.attachToUser(IUser user)
(experimental) Attaches this policy to a user.
|
void |
Policy.attachToUser(IUser user)
(experimental) Attaches this policy to a user.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedPolicyProps.Builder |
ManagedPolicyProps.Builder.users(List<? extends IUser> users)
Sets the value of
ManagedPolicyProps.getUsers() |
PolicyProps.Builder |
PolicyProps.Builder.users(List<? extends IUser> users)
Sets the value of
PolicyProps.getUsers() |
ManagedPolicy.Builder |
ManagedPolicy.Builder.users(List<? extends IUser> users)
(experimental) Users to attach this policy to.
|
Policy.Builder |
Policy.Builder.users(List<? extends IUser> users)
(experimental) Users to attach this policy to.
|
| Constructor and Description |
|---|
Jsii$Proxy(PolicyDocument document,
Boolean force,
List<? extends IGroup> groups,
String policyName,
List<? extends IRole> roles,
List<? extends PolicyStatement> statements,
List<? extends IUser> users)
Constructor that initializes the object based on literal property values passed by the
PolicyProps.Builder. |
Jsii$Proxy(String description,
PolicyDocument document,
List<? extends IGroup> groups,
String managedPolicyName,
String path,
List<? extends IRole> roles,
List<? extends PolicyStatement> statements,
List<? extends IUser> users)
Constructor that initializes the object based on literal property values passed by the
ManagedPolicyProps.Builder. |
Copyright © 2021. All rights reserved.