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:JsonResourceArn:String
Properties
PolicyDocumentProperty description not available.
Required: Yes
Type: Json
Update requires: No interruption
ResourceArnProperty 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:
1Maximum:
2048Update requires: Replacement