AWS Fundamentals Logo
AWS Fundamentals
AWS::BedrockAgentCore::PolicyEngine

BedrockAgentCore PolicyEngine

Resource Type definition for AWS::BedrockAgentCore::PolicyEngine

Properties

4 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
Description
string
EncryptionKeyArn
string
Create-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedAtstringThe timestamp when the policy engine was created
PolicyEngineArnstringThe Amazon Resource Name (ARN) of the policy engine
PolicyEngineIdstringThe unique identifier for the policy engine
StatusstringThe current status of the policy engine
StatusReasonsArray<string>Additional information about the policy engine status
UpdatedAtstringThe timestamp when the policy engine was last updated

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BedrockAgentCore::PolicyEngine

Resources:
  MyResource:
    Type: AWS::BedrockAgentCore::PolicyEngine
    Properties:
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

bedrock-agentcore:CreatePolicyEnginebedrock-agentcore:GetPolicyEnginebedrock-agentcore:TagResourcekms:DescribeKeykms:GenerateDataKeykms:CreateGrantkms:Decrypt

read

bedrock-agentcore:GetPolicyEnginebedrock-agentcore:ListTagsForResourcekms:Decrypt

update

bedrock-agentcore:UpdatePolicyEnginebedrock-agentcore:GetPolicyEnginebedrock-agentcore:TagResourcebedrock-agentcore:UntagResourcebedrock-agentcore:ListTagsForResourcekms:Decryptkms:GenerateDataKey

delete

bedrock-agentcore:DeletePolicyEnginebedrock-agentcore:GetPolicyEnginekms:Decryptkms:GenerateDataKey

list

bedrock-agentcore:ListPolicyEngineskms:Decrypt

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

ServiceBedrockAgentCore
Properties10
Required1
TaggingSupported
Primary IDPolicyEngineArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NameEncryptionKeyArn

External Links