Uses of Class
software.amazon.awscdk.services.iam.ManagedPolicy.Builder
Package
Description
AWS Identity and Access Management Construct Library
-
Uses of ManagedPolicy.Builder in software.amazon.awscdk.services.iam
Modifier and TypeMethodDescriptionstatic ManagedPolicy.Builder
ManagedPolicy.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.