Uses of Class
software.amazon.awscdk.services.iam.CfnGroup.Builder
Package
Description
AWS Identity and Access Management Construct Library
-
Uses of CfnGroup.Builder in software.amazon.awscdk.services.iam
Modifier and TypeMethodDescriptionstatic CfnGroup.Builder
The name of the group to create.CfnGroup.Builder.managedPolicyArns
(List<String> managedPolicyArns) The Amazon Resource Name (ARN) of the IAM policy you want to attach.The path to the group.Adds or updates an inline policy document that is embedded in the specified IAM group.CfnGroup.Builder.policies
(IResolvable policies) Adds or updates an inline policy document that is embedded in the specified IAM group.