Amazon WorkMail · JSON Structure

Workmail Get Default Retention Policy Response Structure

GetDefaultRetentionPolicyResponse schema from Amazon WorkMail API

Type: object Properties: 4
Business CommunicationCalendarEmailExchangeEnterprise

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

Properties

Id Name Description FolderConfigurations

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ShortString"
        },
        {
          "description": "The retention policy ID."
        }
      ]
    },
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ShortString"
        },
        {
          "description": "The retention policy name."
        }
      ]
    },
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The retention policy description."
        }
      ]
    },
    "FolderConfigurations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FolderConfigurations"
        },
        {
          "description": "The retention policy folder configurations."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "GetDefaultRetentionPolicyResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-get-default-retention-policy-response-structure.json",
  "description": "GetDefaultRetentionPolicyResponse schema from Amazon WorkMail API"
}