Skip to content

Get Resource Policy

bedrock_get_resource_policy R Documentation

Gets the resource policy document for a Bedrock resource

Description

Gets the resource policy document for a Bedrock resource

Usage

bedrock_get_resource_policy(resourceArn)

Arguments

resourceArn

[required] The ARN of the Bedrock resource to which this resource policy applies.

Value

A list with the following syntax:

list(
  resourcePolicy = "string"
)

Request syntax

svc$get_resource_policy(
  resourceArn = "string"
)