Learn R Programming

paws.analytics (version 0.1.12)

glue_delete_resource_policy: Deletes a specified policy

Description

Deletes a specified policy.

Usage

glue_delete_resource_policy(PolicyHashCondition, ResourceArn)

Value

An empty list.

Arguments

PolicyHashCondition

The hash value returned when this policy was set.

ResourceArn

The ARN of the AWS Glue resource for the resource policy to be deleted.

Request syntax

svc$delete_resource_policy(
  PolicyHashCondition = "string",
  ResourceArn = "string"
)