| Package | Description |
|---|---|
| software.amazon.awscdk.services.iam |
AWS Identity and Access Management Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Effect |
PolicyStatement.getEffect()
(experimental) Whether to allow or deny the actions in this statement.
|
default Effect |
PolicyStatementProps.getEffect()
(experimental) Whether to allow or deny the actions in this statement.
|
Effect |
PolicyStatementProps.Jsii$Proxy.getEffect() |
static Effect |
Effect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Effect[] |
Effect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyStatement.Builder |
PolicyStatement.Builder.effect(Effect effect)
(experimental) Whether to allow or deny the actions in this statement.
|
PolicyStatementProps.Builder |
PolicyStatementProps.Builder.effect(Effect effect)
Sets the value of
PolicyStatementProps.getEffect() |
void |
PolicyStatement.setEffect(Effect value)
(experimental) Whether to allow or deny the actions in this statement.
|
| Constructor and Description |
|---|
Jsii$Proxy(List<String> actions,
Map<String,? extends Object> conditions,
Effect effect,
List<String> notActions,
List<? extends IPrincipal> notPrincipals,
List<String> notResources,
List<? extends IPrincipal> principals,
List<String> resources,
String sid)
Constructor that initializes the object based on literal property values passed by the
PolicyStatementProps.Builder. |
Copyright © 2021. All rights reserved.