Uses of Class
software.amazon.awscdk.services.bedrockagentcore.PolicyEngineMode
Packages that use PolicyEngineMode
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of PolicyEngineMode in software.amazon.awscdk.services.bedrockagentcore
Fields in software.amazon.awscdk.services.bedrockagentcore declared as PolicyEngineModeModifier and TypeFieldDescriptionstatic final PolicyEngineModePolicyEngineMode.ENFORCEEnforces decisions by allowing or denying agent operations based on Cedar policies.static final PolicyEngineModePolicyEngineMode.LOG_ONLYEvaluates actions and adds traces but does not enforce decisions.Methods in software.amazon.awscdk.services.bedrockagentcore that return PolicyEngineModeModifier and TypeMethodDescriptiondefault PolicyEngineModeGatewayPolicyEngineConfig.getMode()The enforcement mode for the policy engine.final PolicyEngineModeGatewayPolicyEngineConfig.Jsii$Proxy.getMode()static PolicyEngineModeA policy engine mode that this version of the CDK does not model.Methods in software.amazon.awscdk.services.bedrockagentcore with parameters of type PolicyEngineModeModifier and TypeMethodDescriptionGatewayPolicyEngineConfig.Builder.mode(PolicyEngineMode mode) Sets the value ofGatewayPolicyEngineConfig.getMode()