Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.iam.CfnManagedPolicyPropsMixin.Builder
Packages that use CfnManagedPolicyPropsMixin.Builder
-
Uses of CfnManagedPolicyPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.iam
Methods in software.amazon.awscdk.cfnpropertymixins.services.iam that return CfnManagedPolicyPropsMixin.BuilderModifier and TypeMethodDescriptionCfnManagedPolicyPropsMixin.Builder.create()CfnManagedPolicyPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnManagedPolicyPropsMixin.Builder.description(String description) A friendly description of the policy.The name (friendly name, not ARN) of the group to attach the policy to.CfnManagedPolicyPropsMixin.Builder.managedPolicyName(String managedPolicyName) The friendly name of the policy.The path for the policy.CfnManagedPolicyPropsMixin.Builder.policyDocument(Object policyDocument) The JSON policy document that you want to use as the content for the new policy.The name (friendly name, not ARN) of the role to attach the policy to.The name (friendly name, not ARN) of the IAM user to attach the policy to.