| Package | Description |
|---|---|
| software.amazon.awscdk.services.iam |
AWS Identity and Access Management Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnGroup.Builder |
CfnGroup.Builder.create(software.constructs.Construct scope,
String id) |
CfnGroup.Builder |
CfnGroup.Builder.groupName(String groupName)
The name of the group to create.
|
CfnGroup.Builder |
CfnGroup.Builder.managedPolicyArns(List<String> managedPolicyArns)
The Amazon Resource Name (ARN) of the IAM policy you want to attach.
|
CfnGroup.Builder |
CfnGroup.Builder.path(String path)
The path to the group.
|
CfnGroup.Builder |
CfnGroup.Builder.policies(IResolvable policies)
Adds or updates an inline policy document that is embedded in the specified IAM group.
|
CfnGroup.Builder |
CfnGroup.Builder.policies(List<? extends Object> policies)
Adds or updates an inline policy document that is embedded in the specified IAM group.
|
Copyright © 2022. All rights reserved.