---
type: resource-type
title: PolicyEngine
description: aws resource type AWS::BedrockAgentCore::PolicyEngine
name: PolicyEngine
lexicon: aws
resource_type: AWS::BedrockAgentCore::PolicyEngine
---
`AWS::BedrockAgentCore::PolicyEngine`, a resource type of the aws lexicon.

## Properties

- `Name` (`string`, required): The customer-assigned immutable name for the policy engine
- `CreatedAt` (`string`, optional): The timestamp when the policy engine was created
- `Description` (`string`, optional): A human-readable description of the policy engine's purpose and scope
- `EncryptionKeyArn` (`string`, optional): The ARN of the KMS key used to encrypt the policy engine data
- `PolicyEngineArn` (`string`, optional): The Amazon Resource Name (ARN) of the policy engine
- `PolicyEngineId` (`string`, optional): The unique identifier for the policy engine
- `Status` (`PolicyEngine_PolicyEngineStatus`, optional): The current status of the policy engine
- `StatusReasons` (`string[]`, optional): Additional information about the policy engine status
- `Tags` (`PolicyEngine_Tag[]`, optional): A list of tags to assign to the policy engine.
- `UpdatedAt` (`string`, optional): The timestamp when the policy engine was last updated

## Attributes

- `CreatedAt`
- `PolicyEngineArn`
- `PolicyEngineId`
- `Status`
- `StatusReasons`
- `UpdatedAt`
