Uses of Class
software.amazon.awscdk.services.bedrockagentcore.CfnPolicy.Builder
Packages that use CfnPolicy.Builder
Package
Description
AWS::BedrockAgentCore Construct Library
-
Uses of CfnPolicy.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return CfnPolicy.BuilderModifier and TypeMethodDescriptionstatic CfnPolicy.BuilderCfnPolicy.Builder.definition(IResolvable definition) The definition structure for policies.CfnPolicy.Builder.definition(CfnPolicy.PolicyDefinitionProperty definition) The definition structure for policies.CfnPolicy.Builder.description(String description) A human-readable description of the policy's purpose and functionality.The customer-assigned immutable name for the policy.CfnPolicy.Builder.policyEngineId(String policyEngineId) The identifier of the policy engine which contains this policy.CfnPolicy.Builder.validationMode(String validationMode) The validation mode for the policy.