Interface IGroup
- All Superinterfaces:
IConstruct,software.constructs.IConstruct,IDependable,IGrantable,IIdentity,IPrincipal,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IGroup.Jsii$Default
- All Known Implementing Classes:
Group,IGroup.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:29:57.315Z")
@Stability(Stable)
public interface IGroup
extends software.amazon.jsii.JsiiSerializable, IIdentity
Represents an IAM Group.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIGroup.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionReturns the IAM Group ARN.Returns the IAM Group Name.Methods inherited from interface software.amazon.awscdk.core.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.services.iam.IGrantable
getGrantPrincipalMethods inherited from interface software.amazon.awscdk.services.iam.IIdentity
addManagedPolicy, attachInlinePolicyMethods inherited from interface software.amazon.awscdk.services.iam.IPrincipal
addToPolicy, addToPrincipalPolicy, getAssumeRoleAction, getPolicyFragment, getPrincipalAccountMethods inherited from interface software.amazon.awscdk.core.IResource
applyRemovalPolicy, getEnv, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGroupArn
Returns the IAM Group ARN. -
getGroupName
Returns the IAM Group Name.
-