Show / Hide Table of Contents

Interface IGroup

Represents an IAM Group.

Inherited Members
IIdentity.AddManagedPolicy(IManagedPolicy)
IIdentity.AttachInlinePolicy(Policy)
IPrincipal.AddToPolicy(PolicyStatement)
IPrincipal.AddToPrincipalPolicy(PolicyStatement)
IPrincipal.AssumeRoleAction
IPrincipal.PolicyFragment
IPrincipal.PrincipalAccount
IGrantable.GrantPrincipal
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
IConstruct.Node
Namespace: Amazon.CDK.AWS.IAM
Assembly: Amazon.CDK.AWS.IAM.dll
Syntax (csharp)
public interface IGroup : IIdentity, IPrincipal, IGrantable, IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IGroup
    Inherits IIdentity, IPrincipal, IGrantable, IResource, IConstruct, IConstruct, IDependable
Remarks

See: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_groups.html

Synopsis

Properties

GroupArn

Returns the IAM Group ARN.

GroupName

Returns the IAM Group Name.

Properties

GroupArn

Returns the IAM Group ARN.

string GroupArn { get; }
Property Value

System.String

Remarks

Attribute: true

GroupName

Returns the IAM Group Name.

string GroupName { get; }
Property Value

System.String

Remarks

Attribute: true

Back to top Generated by DocFX