Skip to content

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

lakeformation_describe_resource(ResourceArn)

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

Request syntax

svc$describe_resource(
  ResourceArn = "string"
)