AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::BedrockAgentCore::PolicyEngine

CfnPolicyEngine

Resource Type definition for AWS::BedrockAgentCore::PolicyEngine.

Import

import { CfnPolicyEngine } from 'aws-cdk-lib/aws-bedrockagentcore';

Or use the module namespace:

import * as bedrockagentcore from 'aws-cdk-lib/aws-bedrockagentcore';
// bedrockagentcore.CfnPolicyEngine

Properties

Configuration passed to the constructor as CfnPolicyEngineProps.

nameRequired
string

The customer-assigned immutable name for the policy engine.

descriptionOptional
string

A human-readable description of the policy engine's purpose and scope.

encryptionKeyArnOptional
string

The ARN of the KMS key used to encrypt the policy engine data.

tagsOptional
CfnTag[]

A list of tags to assign to the policy engine.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-bedrockagentcore
CFN TypeAWS::BedrockAgentCore::PolicyEngine
Properties4

External Links