| 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)
(experimental) List of actions to add to the statement.
|
PolicyStatement.Builder |
PolicyStatement.Builder.conditions(Map<String,? extends Object> conditions)
(experimental) Conditions to add to the statement.
|
static PolicyStatement.Builder |
PolicyStatement.Builder.create() |
PolicyStatement.Builder |
PolicyStatement.Builder.effect(Effect effect)
(experimental) Whether to allow or deny the actions in this statement.
|
PolicyStatement.Builder |
PolicyStatement.Builder.notActions(List<String> notActions)
(experimental) List of not actions to add to the statement.
|
PolicyStatement.Builder |
PolicyStatement.Builder.notPrincipals(List<? extends IPrincipal> notPrincipals)
(experimental) List of not principals to add to the statement.
|
PolicyStatement.Builder |
PolicyStatement.Builder.notResources(List<String> notResources)
(experimental) NotResource ARNs to add to the statement.
|
PolicyStatement.Builder |
PolicyStatement.Builder.principals(List<? extends IPrincipal> principals)
(experimental) List of principals to add to the statement.
|
PolicyStatement.Builder |
PolicyStatement.Builder.resources(List<String> resources)
(experimental) Resource ARNs to add to the statement.
|
PolicyStatement.Builder |
PolicyStatement.Builder.sid(String sid)
(experimental) The Sid (statement ID) is an optional identifier that you provide for the policy statement.
|
Copyright © 2021. All rights reserved.