Uses of Class
software.amazon.awscdk.services.bedrockagentcore.Policy.Builder
Packages that use Policy.Builder
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of Policy.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return Policy.BuilderModifier and TypeMethodDescriptionstatic Policy.BuilderPolicy.Builder.description(String description) Optional description for the policy.Policy.Builder.policyEngine(IPolicyEngine policyEngine) The policy engine this policy belongs to.Policy.Builder.policyName(String policyName) The name of the policy.Policy.Builder.statement(PolicyStatement statement) The Cedar policy statement for this policy.Policy.Builder.validationMode(PolicyValidationMode validationMode) Validation mode for the policy.