| Package | Description |
|---|---|
| software.amazon.awscdk.services.iam |
AWS Identity and Access Management Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnPolicy.Builder |
CfnPolicy.Builder.create(software.constructs.Construct scope,
String id) |
CfnPolicy.Builder |
CfnPolicy.Builder.groups(List<String> groups)
The name of the group to associate the policy with.
|
CfnPolicy.Builder |
CfnPolicy.Builder.policyDocument(Object policyDocument)
The policy document.
|
CfnPolicy.Builder |
CfnPolicy.Builder.policyName(String policyName)
The name of the policy document.
|
CfnPolicy.Builder |
CfnPolicy.Builder.roles(List<String> roles)
The name of the role to associate the policy with.
|
CfnPolicy.Builder |
CfnPolicy.Builder.users(List<String> users)
The name of the user to associate the policy with.
|
Copyright © 2022. All rights reserved.