Class CfnGroup
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.iam.CfnGroup
- All Implemented Interfaces:
IInspectable,IGroupRef,IEnvironmentAware,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-12T17:54:14.774Z")
@Stability(Stable)
public class CfnGroup
extends CfnResource
implements IInspectable, IGroupRef
Creates a new group.
For information about the number of groups you can create, see Limitations on IAM Entities in the IAM User Guide .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iam.*;
Object policyDocument;
CfnGroup cfnGroup = CfnGroup.Builder.create(this, "MyCfnGroup")
.groupName("groupName")
.managedPolicyArns(List.of("managedPolicyArns"))
.path("path")
.policies(List.of(PolicyProperty.builder()
.policyDocument(policyDocument)
.policyName("policyName")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnGroup.static interfaceContains information about an attached policy.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.iam.IGroupRef
IGroupRef.Jsii$Default, IGroupRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnGroup(software.amazon.jsii.JsiiObjectRef objRef) Create a newAWS::IAM::Group.CfnGroup(software.constructs.Construct scope, String id, CfnGroupProps props) Create a newAWS::IAM::Group. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringarnForGroup(IGroupRef resource) Returns the Amazon Resource Name (ARN) for the specifiedAWS::IAM::Groupresource.The name of the group to create.A reference to a Group resource.The Amazon Resource Name (ARN) of the IAM policy you want to attach.getPath()The path to the group.Adds or updates an inline policy document that is embedded in the specified IAM group.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanisCfnGroup(Object x) Checks whether the given object is a CfnGroup.renderProperties(Map<String, Object> props) voidsetGroupName(String value) The name of the group to create.voidsetManagedPolicyArns(List<String> value) The Amazon Resource Name (ARN) of the IAM policy you want to attach.voidThe path to the group.voidsetPolicies(List<Object> value) Adds or updates an inline policy document that is embedded in the specified IAM group.voidsetPolicies(IResolvable value) Adds or updates an inline policy document that is embedded in the specified IAM group.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnGroup
protected CfnGroup(software.amazon.jsii.JsiiObjectRef objRef) -
CfnGroup
protected CfnGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnGroup
@Stability(Stable) public CfnGroup(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnGroupProps props) Create a newAWS::IAM::Group.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties.
-
CfnGroup
@Stability(Stable) public CfnGroup(@NotNull software.constructs.Construct scope, @NotNull String id) Create a newAWS::IAM::Group.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.
-
-
Method Details
-
arnForGroup
- Parameters:
resource- This parameter is required.
-
isCfnGroup
Checks whether the given object is a CfnGroup.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrArn
Returns the Amazon Resource Name (ARN) for the specifiedAWS::IAM::Groupresource.For example:
arn:aws:iam::123456789012:group/mystack-mygroup-1DZETITOWEKVO. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getGroupRef
A reference to a Group resource.- Specified by:
getGroupRefin interfaceIGroupRef
-
getGroupName
The name of the group to create.Do not include the path in this value.
-
setGroupName
The name of the group to create.Do not include the path in this value.
-
getManagedPolicyArns
The Amazon Resource Name (ARN) of the IAM policy you want to attach. -
setManagedPolicyArns
The Amazon Resource Name (ARN) of the IAM policy you want to attach. -
getPath
The path to the group.For more information about paths, see IAM identifiers in the IAM User Guide .
-
setPath
The path to the group.For more information about paths, see IAM identifiers in the IAM User Guide .
-
getPolicies
Adds or updates an inline policy document that is embedded in the specified IAM group.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnGroup.PolicyProperty> -
setPolicies
Adds or updates an inline policy document that is embedded in the specified IAM group. -
setPolicies
Adds or updates an inline policy document that is embedded in the specified IAM group.
-