AWS::BedrockAgentCore::PolicyResource Type definition for AWS::BedrockAgentCore::Policy.
import { CfnPolicy } from 'aws-cdk-lib/aws-bedrockagentcore';Or use the module namespace:
import * as bedrockagentcore from 'aws-cdk-lib/aws-bedrockagentcore';
// bedrockagentcore.CfnPolicyConfiguration passed to the constructor as CfnPolicyProps.
definitionRequiredIResolvable | PolicyDefinitionPropertyThe definition structure for policies. Encapsulates different policy formats.
nameRequiredstringThe customer-assigned immutable name for the policy. Must be unique within the policy engine.
policyEngineIdRequiredstringThe identifier of the policy engine which contains this policy.
descriptionOptionalstringA human-readable description of the policy's purpose and functionality.
validationModeOptionalstringThe validation mode for the policy. Determines how Cedar analyzer validation results are handled.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-bedrockagentcoreAWS::BedrockAgentCore::Policy