Skip to content

Delete Resource Policy

codebuild_delete_resource_policy R Documentation

Deletes a resource policy that is identified by its resource ARN

Description

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

Usage

codebuild_delete_resource_policy(resourceArn)

Arguments

resourceArn

[required] The ARN of the resource that is associated with the resource policy.

Value

An empty list.

Request syntax

svc$delete_resource_policy(
  resourceArn = "string"
)