Uses of Class
software.amazon.awscdk.services.bedrockagentcore.PolicyStatement.Builder
Packages that use PolicyStatement.Builder
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of PolicyStatement.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return PolicyStatement.BuilderModifier and TypeMethodDescriptionPolicyStatement.Builder.action(PolicyAction action) The action the statement applies to.static PolicyStatement.BuilderPolicyStatement.Builder.create()PolicyStatement.Builder.effect(PolicyEffect effect) Whether the statement permits or forbids the action.PolicyStatement.Builder.principal(PolicyPrincipal principal) The principal the statement applies to.PolicyStatement.Builder.resource(PolicyResource resource) The resource the statement applies to.PolicyStatement.Builder.unless(List<? extends PolicyCondition> unless) Conditions that must not hold for the statement to apply.PolicyStatement.Builder.when(List<? extends PolicyCondition> when) Conditions that must all hold for the statement to apply.