Uses of Enum
software.amazon.awscdk.services.iam.Effect
Package
Description
AWS Identity and Access Management Construct Library
-
Uses of Effect in software.amazon.awscdk.services.iam
Modifier and TypeMethodDescriptionPolicyStatement.getEffect()
Whether to allow or deny the actions in this statement.default Effect
PolicyStatementProps.getEffect()
Whether to allow or deny the actions in this statement.final Effect
PolicyStatementProps.Jsii$Proxy.getEffect()
static Effect
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 TypeMethodDescriptionWhether to allow or deny the actions in this statement.Sets the value ofPolicyStatementProps.getEffect()
void
Whether to allow or deny the actions in this statement.