Subscriber

Represents a subscriber for Amazon Security Lake data.

Data LakeSecuritySIEMThreat Detection

Properties

Name Type Description
subscriberId string The unique identifier for the subscriber.
subscriberArn string The ARN of the subscriber.
subscriberName string The name of the subscriber.
subscriberDescription string A description of the subscriber.
subscriberStatus string The status of the subscriber.
accessTypes array The access types granted to the subscriber.
resourceShareArn string The ARN of the resource share for AWS RAM-based access.
createdAt string Timestamp when the subscriber was created.
updatedAt string Timestamp when the subscriber was last updated.
View JSON Schema on GitHub

JSON Schema

amazon-security-lake-subscriber-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-security-lake/refs/heads/main/json-schema/amazon-security-lake-subscriber-schema.json",
  "title": "Subscriber",
  "description": "Represents a subscriber for Amazon Security Lake data.",
  "type": "object",
  "properties": {
    "subscriberId": {
      "type": "string",
      "description": "The unique identifier for the subscriber.",
      "example": "sub-a1b2c3d4"
    },
    "subscriberArn": {
      "type": "string",
      "description": "The ARN of the subscriber.",
      "example": "arn:aws:securitylake:us-east-1:123456789012:subscriber/sub-a1b2c3d4"
    },
    "subscriberName": {
      "type": "string",
      "description": "The name of the subscriber.",
      "example": "MySIEMSubscriber"
    },
    "subscriberDescription": {
      "type": "string",
      "description": "A description of the subscriber."
    },
    "subscriberStatus": {
      "type": "string",
      "description": "The status of the subscriber.",
      "enum": [
        "ACTIVE",
        "DEACTIVATED",
        "PENDING",
        "READY"
      ],
      "example": "ACTIVE"
    },
    "accessTypes": {
      "type": "array",
      "description": "The access types granted to the subscriber.",
      "items": {
        "type": "string",
        "enum": [
          "LAKEFORMATION",
          "S3"
        ]
      }
    },
    "resourceShareArn": {
      "type": "string",
      "description": "The ARN of the resource share for AWS RAM-based access."
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the subscriber was created."
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the subscriber was last updated."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-security-lake-subscriber"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.