| Package | Description |
|---|---|
| software.amazon.awscdk.services.iam |
AWS Identity and Access Management Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
PolicyStatement.Builder |
PolicyStatement.Builder.actions(List<String> actions)
List of actions to add to the statement.
|
PolicyStatement.Builder |
PolicyStatement.Builder.conditions(Map<String,? extends Object> conditions)
Conditions to add to the statement.
|
static PolicyStatement.Builder |
PolicyStatement.Builder.create() |
PolicyStatement.Builder |
PolicyStatement.Builder.effect(Effect effect)
Whether to allow or deny the actions in this statement.
|
PolicyStatement.Builder |
PolicyStatement.Builder.notActions(List<String> notActions)
List of not actions to add to the statement.
|
PolicyStatement.Builder |
PolicyStatement.Builder.notPrincipals(List<? extends IPrincipal> notPrincipals)
List of not principals to add to the statement.
|
PolicyStatement.Builder |
PolicyStatement.Builder.notResources(List<String> notResources)
NotResource ARNs to add to the statement.
|
PolicyStatement.Builder |
PolicyStatement.Builder.principals(List<? extends IPrincipal> principals)
List of principals to add to the statement.
|
PolicyStatement.Builder |
PolicyStatement.Builder.resources(List<String> resources)
Resource ARNs to add to the statement.
|
PolicyStatement.Builder |
PolicyStatement.Builder.sid(String sid)
The Sid (statement ID) is an optional identifier that you provide for the policy statement.
|
Copyright © 2022. All rights reserved.