Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.iam.CfnGroupPropsMixin.Builder
Packages that use CfnGroupPropsMixin.Builder
-
Uses of CfnGroupPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.iam
Methods in software.amazon.awscdk.cfnpropertymixins.services.iam that return CfnGroupPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnGroupPropsMixin.BuilderCfnGroupPropsMixin.Builder.create()static CfnGroupPropsMixin.BuilderCfnGroupPropsMixin.Builder.create(CfnPropertyMixinOptions options) The name of the group to create.CfnGroupPropsMixin.Builder.managedPolicyArns(List<? extends Object> 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.CfnGroupPropsMixin.Builder.policies(IResolvable policies) Adds or updates an inline policy document that is embedded in the specified IAM group.