Learn R Programming

paws.analytics (version 0.1.9)

glue_delete_resource_policy: Deletes a specified policy

Description

Deletes a specified policy.

Usage

glue_delete_resource_policy(PolicyHashCondition, ResourceArn)

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"
)