AWS::BedrockAgentCore::PolicyEngineResource Type definition for AWS::BedrockAgentCore::PolicyEngine.
import { CfnPolicyEngine } from 'aws-cdk-lib/aws-bedrockagentcore';Or use the module namespace:
import * as bedrockagentcore from 'aws-cdk-lib/aws-bedrockagentcore';
// bedrockagentcore.CfnPolicyEngineConfiguration passed to the constructor as CfnPolicyEngineProps.
nameRequiredstringThe customer-assigned immutable name for the policy engine.
descriptionOptionalstringA human-readable description of the policy engine's purpose and scope.
encryptionKeyArnOptionalstringThe ARN of the KMS key used to encrypt the policy engine data.
tagsOptionalCfnTag[]A list of tags to assign to the policy engine.
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::PolicyEngine