Uses of Enum
software.amazon.awscdk.services.bedrockagentcore.PolicyEffect
Packages that use PolicyEffect
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of PolicyEffect in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return PolicyEffectModifier and TypeMethodDescriptionPolicyStatementProps.getEffect()Whether the statement permits or forbids the action.final PolicyEffectPolicyStatementProps.Jsii$Proxy.getEffect()static PolicyEffectReturns the enum constant of this type with the specified name.static PolicyEffect[]PolicyEffect.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.bedrockagentcore with parameters of type PolicyEffectModifier and TypeMethodDescriptionPolicyStatement.Builder.effect(PolicyEffect effect) Whether the statement permits or forbids the action.PolicyStatementProps.Builder.effect(PolicyEffect effect) Sets the value ofPolicyStatementProps.getEffect()