Amazon Macie · Schema

AwsService

Provides information about an Amazon Web Service that performed an action on an affected resource.

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

Properties

Name Type Description
invokedBy object
View JSON Schema on GitHub

JSON Schema

amazon-macie-aws-service-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-schema/amazon-macie-aws-service-schema.json",
  "title": "AwsService",
  "description": "Provides information about an Amazon Web Service that performed an action on an affected resource.",
  "type": "object",
  "properties": {
    "invokedBy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The name of the Amazon Web Service that performed the action."
        }
      ]
    }
  }
}