| Package | Description |
|---|---|
| software.amazon.awscdk.services.iam |
AWS Identity and Access Management Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default Effect |
PolicyStatementProps.getEffect()
Whether to allow or deny the actions in this statement.
|
Effect |
PolicyStatementProps.Jsii$Proxy.getEffect() |
Effect |
PolicyStatement.getEffect()
Whether to allow or deny the actions in this statement Set effect for this statement.
|
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 |
|---|---|
PolicyStatementProps.Builder |
PolicyStatementProps.Builder.effect(Effect effect)
Sets the value of
PolicyStatementProps.getEffect() |
PolicyStatement.Builder |
PolicyStatement.Builder.effect(Effect effect)
Whether to allow or deny the actions in this statement.
|
void |
PolicyStatement.setEffect(Effect value)
Whether to allow or deny the actions in this statement Set effect for this statement.
|
Copyright © 2022. All rights reserved.