Uses of Interface
software.amazon.awscdk.interfaces.iam.IGroupRef
Packages that use IGroupRef
Package
Description
AWS Identity and Access Management Construct Library
-
Uses of IGroupRef in software.amazon.awscdk.interfaces.iam
Subinterfaces of IGroupRef in software.amazon.awscdk.interfaces.iamModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIGroupRef.Classes in software.amazon.awscdk.interfaces.iam that implement IGroupRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IGroupRef in software.amazon.awscdk.services.iam
Subinterfaces of IGroupRef in software.amazon.awscdk.services.iamModifier and TypeInterfaceDescriptioninterfaceRepresents an IAM Group.static interfaceInternal default implementation forIGroup.Classes in software.amazon.awscdk.services.iam that implement IGroupRefModifier and TypeClassDescriptionclassCreates a new group.classAn 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 types with arguments of type IGroupRefModifier and TypeMethodDescriptionManagedPolicyProps.getGroups()Groups to attach this policy to.ManagedPolicyProps.Jsii$Proxy.getGroups()Methods in software.amazon.awscdk.services.iam with parameters of type IGroupRefModifier and TypeMethodDescriptionvoidManagedPolicy.attachToGroup(IGroupRef group) Attaches this policy to a group.Method parameters in software.amazon.awscdk.services.iam with type arguments of type IGroupRefModifier and TypeMethodDescriptionGroups to attach this policy to.Sets the value ofManagedPolicyProps.getGroups()