Amazon Lake Formation · JSON Structure

Amazon Lake Formation Resource Structure

A resource registered with AWS Lake Formation.

Type: object Properties: 3
Access ControlAnalyticsData GovernanceData LakeS3

DataLakeResource is a JSON Structure definition published by Amazon Lake Formation, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ResourceArn RoleArn LastModified

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lake-formation/refs/heads/main/json-structure/amazon-lake-formation-resource-structure.json",
  "name": "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": "datetime",
      "description": "The date and time the resource was last modified."
    }
  }
}