DataLakeResource

A resource registered with AWS Lake Formation.

Access ControlAnalyticsData GovernanceData LakeS3

Properties

Name Type Description
ResourceArn string The ARN of the resource registered with Lake Formation.
RoleArn string The IAM role that registered the resource.
LastModified string The date and time the resource was last modified.
View JSON Schema on GitHub

JSON Schema

amazon-lake-formation-resource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lake-formation/refs/heads/main/json-schema/amazon-lake-formation-resource-schema.json",
  "title": "DataLakeResource",
  "description": "A resource registered with AWS Lake Formation.",
  "type": "object",
  "properties": {
    "ResourceArn": {
      "type": "string",
      "description": "The ARN of the resource registered with Lake Formation."
    },
    "RoleArn": {
      "type": "string",
      "description": "The IAM role that registered the resource."
    },
    "LastModified": {
      "type": "string",
      "description": "The date and time the resource was last modified.",
      "format": "date-time"
    }
  }
}