Uses of Interface
software.amazon.awscdk.services.iam.IUser
Packages that use 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
Methods in software.amazon.awscdk.services.cloud9.alpha with parameters of type IUser -
Uses of IUser in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks with parameters of type IUserModifier and TypeMethodDescriptionvoidAwsAuth.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
Subinterfaces of IUser in software.amazon.awscdk.services.iamClasses in software.amazon.awscdk.services.iam that implement IUserModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classDefine a new IAM user.Methods in software.amazon.awscdk.services.iam that return IUserModifier and TypeMethodDescriptionstatic IUserUser.fromUserArn(software.constructs.Construct scope, String id, String userArn) Import an existing user given a user ARN.static IUserUser.fromUserAttributes(software.constructs.Construct scope, String id, UserAttributes attrs) Import an existing user given user attributes.static IUserUser.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 IUserAccessKeyProps.Jsii$Proxy.getUser()Methods in software.amazon.awscdk.services.iam that return types with arguments of type IUserModifier 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()Methods in software.amazon.awscdk.services.iam with parameters of type IUserModifier and TypeMethodDescriptionvoidAdds a user to this group.voidPolicy.attachToUser(IUser user) Attaches this policy to a user.The IAM user this key will belong to.Sets the value ofAccessKeyProps.getUser()Method parameters in software.amazon.awscdk.services.iam with type arguments of type IUserModifier 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
Methods in software.amazon.awscdk.services.servicecatalog with parameters of type IUserModifier and TypeMethodDescriptionvoidIPortfolio.giveAccessToUser(IUser user) Associate portfolio with an IAM User.default voidIPortfolio.Jsii$Default.giveAccessToUser(IUser user) Associate portfolio with an IAM User.final voidIPortfolio.Jsii$Proxy.giveAccessToUser(IUser user) Associate portfolio with an IAM User.voidPortfolio.giveAccessToUser(IUser user) Associate portfolio with an IAM User. -
Uses of IUser in software.amazon.awscdk.services.servicecatalogappregistry.alpha
Methods in software.amazon.awscdk.services.servicecatalogappregistry.alpha that return types with arguments of type IUserModifier and TypeMethodDescriptionShareOptions.getUsers()(experimental) A list of AWS IAM users that the application will be shared with.ShareOptions.Jsii$Proxy.getUsers()Method parameters in software.amazon.awscdk.services.servicecatalogappregistry.alpha with type arguments of type IUser