| Package | Description |
|---|---|
| software.amazon.awscdk.services.iam |
AWS Identity and Access Management Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static PolicyProps.Builder |
PolicyProps.builder() |
PolicyProps.Builder |
PolicyProps.Builder.document(PolicyDocument document)
Sets the value of
PolicyProps.getDocument() |
PolicyProps.Builder |
PolicyProps.Builder.force(Boolean force)
Sets the value of
PolicyProps.getForce() |
PolicyProps.Builder |
PolicyProps.Builder.groups(List<? extends IGroup> groups)
Sets the value of
PolicyProps.getGroups() |
PolicyProps.Builder |
PolicyProps.Builder.policyName(String policyName)
Sets the value of
PolicyProps.getPolicyName() |
PolicyProps.Builder |
PolicyProps.Builder.roles(List<? extends IRole> roles)
Sets the value of
PolicyProps.getRoles() |
PolicyProps.Builder |
PolicyProps.Builder.statements(List<? extends PolicyStatement> statements)
Sets the value of
PolicyProps.getStatements() |
PolicyProps.Builder |
PolicyProps.Builder.users(List<? extends IUser> users)
Sets the value of
PolicyProps.getUsers() |
| Constructor and Description |
|---|
Jsii$Proxy(PolicyProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
PolicyProps.Builder. |
Copyright © 2022. All rights reserved.