Uses of Interface
software.amazon.awscdk.services.iam.IGroupRef
Packages that use IGroupRef
Package
Description
AWS Identity and Access Management Construct Library
-
Uses of IGroupRef in software.amazon.awscdk.services.iam
Subinterfaces of IGroupRef in software.amazon.awscdk.services.iamModifier and TypeInterfaceDescriptioninterface
Represents an IAM Group.static interface
Internal default implementation forIGroup
.static interface
Internal default implementation forIGroupRef
.Classes in software.amazon.awscdk.services.iam that implement IGroupRefModifier and TypeClassDescriptionclass
Creates a new group.class
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.static final class
A 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 TypeMethodDescriptionvoid
ManagedPolicy.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()