Skip to content

Get Resource Policy

marketplacecatalog_get_resource_policy R Documentation

Gets a resource-based policy of an entity that is identified by its resource ARN

Description

Gets a resource-based policy of an entity that is identified by its resource ARN.

Usage

marketplacecatalog_get_resource_policy(ResourceArn)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the entity resource that is associated with the resource policy.

Value

A list with the following syntax:

list(
  Policy = "string"
)

Request syntax

svc$get_resource_policy(
  ResourceArn = "string"
)