Uses of Class
software.amazon.awscdk.services.iam.ManagedPolicy.Builder
Packages that use ManagedPolicy.Builder
Package
Description
AWS Identity and Access Management Construct Library
-
Uses of ManagedPolicy.Builder in software.amazon.awscdk.services.iam
Methods in software.amazon.awscdk.services.iam that return ManagedPolicy.BuilderModifier and TypeMethodDescriptionstatic ManagedPolicy.BuilderManagedPolicy.Builder.description(String description) A description of the managed policy.ManagedPolicy.Builder.document(PolicyDocument document) Initial PolicyDocument to use for this ManagedPolicy.Groups to attach this policy to.ManagedPolicy.Builder.managedPolicyName(String managedPolicyName) The name of the managed policy.The path for the policy.Roles to attach this policy to.ManagedPolicy.Builder.statements(List<? extends PolicyStatement> statements) Initial set of permissions to add to this policy document.Users to attach this policy to.