AWS Fundamentals Logo
AWS Fundamentals
AWS::Bedrock::ResourcePolicy

Bedrock ResourcePolicy

Definition of AWS::Bedrock::ResourcePolicy Resource Type

Properties

2 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
PolicyDocument
object
Required
ResourceArn
string
RequiredCreate-only

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Bedrock::ResourcePolicy

Resources:
  MyResource:
    Type: AWS::Bedrock::ResourcePolicy
    Properties:
      ResourceArn: "arn:aws:service:region:account:resource"
      PolicyDocument: {}

Required IAM Permissions

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

create

bedrock:PutResourcePolicybedrock:GetResourcePolicy

read

bedrock:GetResourcePolicy

update

bedrock:PutResourcePolicybedrock:GetResourcePolicy

delete

bedrock:DeleteResourcePolicybedrock:GetResourcePolicy

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

ServiceBedrock
Properties2
Required2
TaggingNot supported
Primary IDResourceArn

Supported Operations

CreateReadUpdateDelete

Immutable After Creation

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

ResourceArn

External Links