Uses of Interface
software.amazon.awscdk.services.iam.IGroup
Packages that use IGroup
Package
Description
AWS Identity and Access Management Construct Library
AWS Service Catalog Construct Library
-
Uses of IGroup in software.amazon.awscdk.services.iam
Subinterfaces of IGroup in software.amazon.awscdk.services.iamModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIGroup
.Classes in software.amazon.awscdk.services.iam that implement IGroupModifier and TypeClassDescriptionclass
An IAM Group (collection of IAM users) lets you specify permissions for multiple users, which can make it easier to manage permissions for those users.static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.iam that return IGroupModifier and TypeMethodDescriptionstatic IGroup
Group.fromGroupArn
(software.constructs.Construct scope, String id, String groupArn) Import an external group by ARN.static IGroup
Group.fromGroupName
(software.constructs.Construct scope, String id, String groupName) Import an existing group by given name (with path).Methods in software.amazon.awscdk.services.iam that return types with arguments of type IGroupModifier and TypeMethodDescriptionManagedPolicyProps.getGroups()
Groups to attach this policy to.ManagedPolicyProps.Jsii$Proxy.getGroups()
PolicyProps.getGroups()
Groups to attach this policy to.PolicyProps.Jsii$Proxy.getGroups()
UserProps.getGroups()
Groups to add this user to.UserProps.Jsii$Proxy.getGroups()
Methods in software.amazon.awscdk.services.iam with parameters of type IGroupModifier and TypeMethodDescriptionvoid
IUser.addToGroup
(IGroup group) Adds this user to a group.default void
IUser.Jsii$Default.addToGroup
(IGroup group) Adds this user to a group.final void
IUser.Jsii$Proxy.addToGroup
(IGroup group) Adds this user to a group.void
User.addToGroup
(IGroup group) Adds this user to a group.void
ManagedPolicy.attachToGroup
(IGroup group) Attaches this policy to a group.void
Policy.attachToGroup
(IGroup group) Attaches this policy to a group.Method parameters in software.amazon.awscdk.services.iam with type arguments of type IGroupModifier and TypeMethodDescriptionGroups to attach this policy to.Sets the value ofManagedPolicyProps.getGroups()
Groups to attach this policy to.Sets the value ofPolicyProps.getGroups()
Groups to add this user to.Sets the value ofUserProps.getGroups()
-
Uses of IGroup in software.amazon.awscdk.services.servicecatalog
Methods in software.amazon.awscdk.services.servicecatalog with parameters of type IGroupModifier and TypeMethodDescriptionvoid
IPortfolio.giveAccessToGroup
(IGroup group) Associate portfolio with an IAM Group.default void
IPortfolio.Jsii$Default.giveAccessToGroup
(IGroup group) Associate portfolio with an IAM Group.final void
IPortfolio.Jsii$Proxy.giveAccessToGroup
(IGroup group) Associate portfolio with an IAM Group.void
Portfolio.giveAccessToGroup
(IGroup group) Associate portfolio with an IAM Group.