| Package | Description |
|---|---|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| software.amazon.awscdk.services.iam |
AWS Identity and Access Management Construct Library
|
| software.amazon.awscdk.services.servicecatalog |
AWS Service Catalog Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsAuth.addUserMapping(IUser user,
AwsAuthMapping mapping)
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
Define a new IAM user.
|
| Modifier and Type | Method and Description |
|---|---|
static IUser |
User.fromUserArn(software.constructs.Construct scope,
String id,
String userArn)
Import an existing user given a user ARN.
|
static IUser |
User.fromUserAttributes(software.constructs.Construct scope,
String id,
UserAttributes attrs)
Import an existing user given user attributes.
|
static IUser |
User.fromUserName(software.constructs.Construct scope,
String id,
String userName)
Import an existing user given a username.
|
IUser |
AccessKeyProps.getUser()
The IAM user this key will belong to.
|
IUser |
AccessKeyProps.Jsii$Proxy.getUser() |
| Modifier and Type | Method and Description |
|---|---|
default List<IUser> |
ManagedPolicyProps.getUsers()
Users to attach this policy to.
|
List<IUser> |
ManagedPolicyProps.Jsii$Proxy.getUsers() |
default List<IUser> |
PolicyProps.getUsers()
Users to attach this policy to.
|
List<IUser> |
PolicyProps.Jsii$Proxy.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
Group.addUser(IUser user)
Adds a user to this group.
|
void |
Policy.attachToUser(IUser user)
Attaches this policy to a user.
|
void |
ManagedPolicy.attachToUser(IUser user)
Attaches this policy to a user.
|
AccessKey.Builder |
AccessKey.Builder.user(IUser user)
The IAM user this key will belong to.
|
AccessKeyProps.Builder |
AccessKeyProps.Builder.user(IUser user)
Sets the value of
AccessKeyProps.getUser() |
| Modifier and Type | Method and Description |
|---|---|
Policy.Builder |
Policy.Builder.users(List<? extends IUser> users)
Users to attach this policy to.
|
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)
Users to attach this policy to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Portfolio.giveAccessToUser(IUser user)
Associate portfolio with an IAM User.
|
void |
IPortfolio.giveAccessToUser(IUser user)
Associate portfolio with an IAM User.
|
void |
IPortfolio.Jsii$Proxy.giveAccessToUser(IUser user)
Associate portfolio with an IAM User.
|
default void |
IPortfolio.Jsii$Default.giveAccessToUser(IUser user)
Associate portfolio with an IAM User.
|
Copyright © 2022. All rights reserved.