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 interfaceInternal default implementation forIGroup.Classes in software.amazon.awscdk.services.iam that implement IGroupModifier and TypeClassDescriptionclassAn 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 classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.iam that return IGroupModifier and TypeMethodDescriptionstatic IGroupGroup.fromGroupArn(software.constructs.Construct scope, String id, String groupArn) Import an external group by ARN.static IGroupGroup.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 TypeMethodDescriptionvoidIUser.addToGroup(IGroup group) Adds this user to a group.default voidIUser.Jsii$Default.addToGroup(IGroup group) Adds this user to a group.final voidIUser.Jsii$Proxy.addToGroup(IGroup group) Adds this user to a group.voidUser.addToGroup(IGroup group) Adds this user to a group.voidManagedPolicy.attachToGroup(IGroup group) Attaches this policy to a group.voidPolicy.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 TypeMethodDescriptionvoidIPortfolio.giveAccessToGroup(IGroup group) Associate portfolio with an IAM Group.default voidIPortfolio.Jsii$Default.giveAccessToGroup(IGroup group) Associate portfolio with an IAM Group.final voidIPortfolio.Jsii$Proxy.giveAccessToGroup(IGroup group) Associate portfolio with an IAM Group.voidPortfolio.giveAccessToGroup(IGroup group) Associate portfolio with an IAM Group.