Retrieves the security configurations for the resource policies set on individual resources, and also the account-level policy.
This operation also returns the Data Catalog resource policy. However, if you enabled metadata encryption in Data Catalog settings, and you do not have permission on the AWS KMS key, the operation can't return the Data Catalog resource policy.
glue_get_resource_policies(NextToken, MaxResults)
A continuation token, if this is a continuation request.
The maximum size of a list to return.
A list with the following syntax:
list( GetResourcePoliciesResponseList = list( list( PolicyInJson = "string", PolicyHash = "string", CreateTime = as.POSIXct( "2015-01-01" ), UpdateTime = as.POSIXct( "2015-01-01" ) ) ), NextToken = "string" )
svc$get_resource_policies( NextToken = "string", MaxResults = 123 )