AWS::BedrockAgentCore::PolicyResource Type definition for AWS::BedrockAgentCore::Policy
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Definition | PolicyDefinition | Required |
Name | string | RequiredCreate-only |
PolicyEngineId | string | RequiredCreate-only |
Description | string | |
ValidationMode | string | Write-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The timestamp when the policy was created. |
PolicyArn | string | The Amazon Resource Name (ARN) of the policy. |
PolicyId | string | The unique identifier for the policy. |
Status | string | The current status of the policy. |
StatusReasons | Array<string> | Additional information about the policy status. |
UpdatedAt | string | The timestamp when the policy was last updated. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BedrockAgentCore::Policy
Resources:
MyResource:
Type: AWS::BedrockAgentCore::Policy
Properties:
PolicyEngineId: "my-policyengineid"
Name: "my-name"
Definition: "value"
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock-agentcore:CreatePolicybedrock-agentcore:GetPolicybedrock-agentcore:ManageAdminPolicybedrock-agentcore:ManageResourceScopedPolicybedrock-agentcore:GetPolicybedrock-agentcore:UpdatePolicybedrock-agentcore:GetPolicybedrock-agentcore:ManageAdminPolicybedrock-agentcore:ManageResourceScopedPolicybedrock-agentcore:DeletePolicybedrock-agentcore:ManageAdminPolicybedrock-agentcore:ManageResourceScopedPolicybedrock-agentcore:GetPolicybedrock-agentcore:ListPoliciesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterPolicyArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
PolicyEngineIdName