powered by
Retrieves a specified resource policy.
glue_get_resource_policy(ResourceArn)
A list with the following syntax:
list( PolicyInJson = "string", PolicyHash = "string", CreateTime = as.POSIXct( "2015-01-01" ), UpdateTime = as.POSIXct( "2015-01-01" ) )
The ARN of the AWS Glue resource for the resource policy to be retrieved. For more information about AWS Glue resource ARNs, see the AWS Glue ARN string pattern
svc$get_resource_policy( ResourceArn = "string" )