Amazon WorkMail · JSON Structure

Workmail Retention Action Structure

RetentionAction schema from Amazon WorkMail API

Type: string Properties: 0
Business CommunicationCalendarEmailExchangeEnterprise

RetentionAction is a JSON Structure definition published by Amazon WorkMail. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "type": "string",
  "enum": [
    "NONE",
    "DELETE",
    "PERMANENTLY_DELETE"
  ],
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "RetentionAction",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-retention-action-structure.json",
  "description": "RetentionAction schema from Amazon WorkMail API"
}