AWS::BedrockAgentCore::PolicyEngineResource Type definition for AWS::BedrockAgentCore::PolicyEngine
4 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Description | string | |
EncryptionKeyArn | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The timestamp when the policy engine was created |
PolicyEngineArn | string | The Amazon Resource Name (ARN) of the policy engine |
PolicyEngineId | string | The unique identifier for the policy engine |
Status | string | The current status of the policy engine |
StatusReasons | Array<string> | Additional information about the policy engine status |
UpdatedAt | string | The timestamp when the policy engine was last updated |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock-agentcore:CreatePolicyEnginebedrock-agentcore:GetPolicyEnginebedrock-agentcore:TagResourcekms:DescribeKeykms:GenerateDataKeykms:CreateGrantkms:Decryptbedrock-agentcore:GetPolicyEnginebedrock-agentcore:ListTagsForResourcekms:Decryptbedrock-agentcore:UpdatePolicyEnginebedrock-agentcore:GetPolicyEnginebedrock-agentcore:TagResourcebedrock-agentcore:UntagResourcebedrock-agentcore:ListTagsForResourcekms:Decryptkms:GenerateDataKeybedrock-agentcore:DeletePolicyEnginebedrock-agentcore:GetPolicyEnginekms:Decryptkms:GenerateDataKeybedrock-agentcore:ListPolicyEngineskms:DecryptOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterPolicyEngineArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameEncryptionKeyArn