Permission

A Lake Formation permission grant.

Access ControlAnalyticsData GovernanceData LakeS3

Properties

Name Type Description
Principal object The principal (IAM user, role, or group) being granted permissions.
Resource object The resource on which permissions are being granted.
Permissions array The permissions being granted.
View JSON Schema on GitHub

JSON Schema

amazon-lake-formation-permission-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-permission-schema.json",
  "title": "Permission",
  "description": "A Lake Formation permission grant.",
  "type": "object",
  "properties": {
    "Principal": {
      "type": "object",
      "description": "The principal (IAM user, role, or group) being granted permissions."
    },
    "Resource": {
      "type": "object",
      "description": "The resource on which permissions are being granted."
    },
    "Permissions": {
      "type": "array",
      "description": "The permissions being granted."
    }
  }
}