| Package | Description |
|---|---|
| software.amazon.awscdk.services.iam |
AWS Identity and Access Management Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnManagedPolicy.Builder |
CfnManagedPolicy.Builder.create(software.constructs.Construct scope,
String id) |
CfnManagedPolicy.Builder |
CfnManagedPolicy.Builder.description(String description)
A friendly description of the policy.
|
CfnManagedPolicy.Builder |
CfnManagedPolicy.Builder.groups(List<String> groups)
The name (friendly name, not ARN) of the group to attach the policy to.
|
CfnManagedPolicy.Builder |
CfnManagedPolicy.Builder.managedPolicyName(String managedPolicyName)
The friendly name of the policy.
|
CfnManagedPolicy.Builder |
CfnManagedPolicy.Builder.path(String path)
The path for the policy.
|
CfnManagedPolicy.Builder |
CfnManagedPolicy.Builder.policyDocument(Object policyDocument)
The JSON policy document that you want to use as the content for the new policy.
|
CfnManagedPolicy.Builder |
CfnManagedPolicy.Builder.roles(List<String> roles)
The name (friendly name, not ARN) of the role to attach the policy to.
|
CfnManagedPolicy.Builder |
CfnManagedPolicy.Builder.users(List<String> users)
The name (friendly name, not ARN) of the IAM user to attach the policy to.
|
Copyright © 2022. All rights reserved.