AWS::Bedrock::ResourcePolicy - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Bedrock::ResourcePolicy

Adds a resource policy for a Bedrock resource.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Bedrock::ResourcePolicy", "Properties" : { "PolicyDocument" : Json, "ResourceArn" : String } }

YAML

Type: AWS::Bedrock::ResourcePolicy Properties: PolicyDocument: Json ResourceArn: String

Properties

PolicyDocument

Property description not available.

Required: Yes

Type: Json

Update requires: No interruption

ResourceArn

Property description not available.

Required: Yes

Type: String

Pattern: ^arn:aws(-[a-z]+)*:bedrock:[a-z0-9-]+:[0-9]{12}:(guardrail|guardrail-profile)/[a-z0-9]+$

Minimum: 1

Maximum: 2048

Update requires: Replacement

Return values

Ref