Describe Resource
| lakeformation_describe_resource | R Documentation |
Retrieves the current data access role for the given resource registered in Lake Formation¶
Description¶
Retrieves the current data access role for the given resource registered in Lake Formation.
Usage¶
Arguments¶
ResourceArn[required] The resource ARN.
Value¶
A list with the following syntax:
list(
ResourceInfo = list(
ResourceArn = "string",
RoleArn = "string",
LastModified = as.POSIXct(
"2015-01-01"
),
WithFederation = TRUE|FALSE,
HybridAccessEnabled = TRUE|FALSE
)
)