Uses of Class
software.amazon.awscdk.services.iam.CfnGroupProps.Builder
Package
Description
AWS Identity and Access Management Construct Library
-
Uses of CfnGroupProps.Builder in software.amazon.awscdk.services.iam
Modifier and TypeMethodDescriptionstatic CfnGroupProps.Builder
CfnGroupProps.builder()
Sets the value ofCfnGroupProps.getGroupName()
CfnGroupProps.Builder.managedPolicyArns
(List<String> managedPolicyArns) Sets the value ofCfnGroupProps.getManagedPolicyArns()
Sets the value ofCfnGroupProps.getPath()
Sets the value ofCfnGroupProps.getPolicies()
CfnGroupProps.Builder.policies
(IResolvable policies) Sets the value ofCfnGroupProps.getPolicies()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGroupProps.Builder
.