Delete Resource Policy
| glue_delete_resource_policy | R Documentation | 
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 Glue resource for the resource policy to be deleted.  | 
Value¶
An empty list.
Request syntax¶
svc$delete_resource_policy(
  PolicyHashCondition = "string",
  ResourceArn = "string"
)