Skip to content

Get Resource Policy

codebuild_get_resource_policy R Documentation

Gets a resource policy that is identified by its resource ARN

Description

Gets a resource policy that is identified by its resource ARN.

Usage

codebuild_get_resource_policy(resourceArn)

Arguments

resourceArn

[required] The ARN of the 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"
)