Uses of Interface
software.amazon.awscdk.services.iam.IUser
Package
Description
AWS Cloud9 Construct Library
Amazon EKS Construct Library
AWS Identity and Access Management Construct Library
AWS Service Catalog Construct Library
AWS ServiceCatalogAppRegistry Construct Library
-
Uses of IUser in software.amazon.awscdk.services.cloud9.alpha
-
Uses of IUser in software.amazon.awscdk.services.eks
Modifier and TypeMethodDescriptionvoid
AwsAuth.addUserMapping
(IUser user, AwsAuthMapping mapping) Adds a mapping between an IAM user to a Kubernetes user and groups. -
Uses of IUser in software.amazon.awscdk.services.iam
Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
Define a new IAM user.Modifier and TypeMethodDescriptionstatic 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.AccessKeyProps.getUser()
The IAM user this key will belong to.final IUser
AccessKeyProps.Jsii$Proxy.getUser()
Modifier and TypeMethodDescriptionManagedPolicyProps.getUsers()
Users to attach this policy to.ManagedPolicyProps.Jsii$Proxy.getUsers()
PolicyProps.getUsers()
Users to attach this policy to.PolicyProps.Jsii$Proxy.getUsers()
Modifier and TypeMethodDescriptionvoid
Adds a user to this group.void
ManagedPolicy.attachToUser
(IUser user) Attaches this policy to a user.void
Policy.attachToUser
(IUser user) Attaches this policy to a user.The IAM user this key will belong to.Sets the value ofAccessKeyProps.getUser()
Modifier and TypeMethodDescriptionUsers to attach this policy to.Sets the value ofManagedPolicyProps.getUsers()
Users to attach this policy to.Sets the value ofPolicyProps.getUsers()
-
Uses of IUser in software.amazon.awscdk.services.servicecatalog
Modifier and TypeMethodDescriptionvoid
IPortfolio.giveAccessToUser
(IUser user) Associate portfolio with an IAM User.default void
IPortfolio.Jsii$Default.giveAccessToUser
(IUser user) Associate portfolio with an IAM User.final void
IPortfolio.Jsii$Proxy.giveAccessToUser
(IUser user) Associate portfolio with an IAM User.void
Portfolio.giveAccessToUser
(IUser user) Associate portfolio with an IAM User. -
Uses of IUser in software.amazon.awscdk.services.servicecatalogappregistry.alpha
Modifier and TypeMethodDescriptionShareOptions.getUsers()
(experimental) A list of AWS IAM users that the application will be shared with.ShareOptions.Jsii$Proxy.getUsers()