AWS Fundamentals Logo
AWS Fundamentals
AWS::BedrockAgentCore::Policy

BedrockAgentCore Policy

Resource Type definition for AWS::BedrockAgentCore::Policy

Properties

5 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
Definition
PolicyDefinition
Required
Name
string
RequiredCreate-only
PolicyEngineId
string
RequiredCreate-only
Description
string
ValidationMode
string
Write-only

Return Values

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

AttributeTypeDescription
CreatedAtstringThe timestamp when the policy was created.
PolicyArnstringThe Amazon Resource Name (ARN) of the policy.
PolicyIdstringThe unique identifier for the policy.
StatusstringThe current status of the policy.
StatusReasonsArray<string>Additional information about the policy status.
UpdatedAtstringThe timestamp when the policy 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::Policy

Resources:
  MyResource:
    Type: AWS::BedrockAgentCore::Policy
    Properties:
      PolicyEngineId: "my-policyengineid"
      Name: "my-name"
      Definition: "value"
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

bedrock-agentcore:CreatePolicybedrock-agentcore:GetPolicybedrock-agentcore:ManageAdminPolicybedrock-agentcore:ManageResourceScopedPolicy

read

bedrock-agentcore:GetPolicy

update

bedrock-agentcore:UpdatePolicybedrock-agentcore:GetPolicybedrock-agentcore:ManageAdminPolicybedrock-agentcore:ManageResourceScopedPolicy

delete

bedrock-agentcore:DeletePolicybedrock-agentcore:ManageAdminPolicybedrock-agentcore:ManageResourceScopedPolicybedrock-agentcore:GetPolicy

list

bedrock-agentcore:ListPolicies

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
Properties11
Required3
TaggingNot supported
Primary IDPolicyArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

PolicyEngineIdName

External Links