Skip to content

Get Policy

entityresolution_get_policy R Documentation

Returns the resource-based policy

Description

Returns the resource-based policy.

Usage

entityresolution_get_policy(arn)

Arguments

arn

[required] The Amazon Resource Name (ARN) of the resource for which the policy need to be returned.

Value

A list with the following syntax:

list(
  arn = "string",
  policy = "string",
  token = "string"
)

Request syntax

svc$get_policy(
  arn = "string"
)