Amazon Macie · JSON Structure

Amazon Macie Decline Invitations Request Structure

DeclineInvitationsRequest schema from Amazon Macie API

Type: object Properties: 1 Required: 1
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

DeclineInvitationsRequest is a JSON Structure definition published by Amazon Macie, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

accountIds

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-macie/refs/heads/main/json-structure/amazon-macie-decline-invitations-request-structure.json",
  "name": "DeclineInvitationsRequest",
  "description": "DeclineInvitationsRequest schema from Amazon Macie API",
  "type": "object",
  "properties": {
    "accountIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "description": "An array that lists Amazon Web Services account IDs, one for each account that sent an invitation to decline."
        }
      ]
    }
  },
  "required": [
    "accountIds"
  ]
}