Uses of Interface
software.amazon.awscdk.services.iam.IGroup
Package
Description
AWS Identity and Access Management Construct Library
AWS Service Catalog Construct Library
-
Uses of IGroup in software.amazon.awscdk.services.iam
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIGroup
.Modifier 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.Modifier 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).Modifier 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()
Modifier 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.Modifier 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
Modifier 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.