Amazon Macie · JSON Structure

Amazon Macie Update Organization Configuration Request Structure

UpdateOrganizationConfigurationRequest schema from Amazon Macie API

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

UpdateOrganizationConfigurationRequest 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

autoEnable

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-update-organization-configuration-request-structure.json",
  "name": "UpdateOrganizationConfigurationRequest",
  "description": "UpdateOrganizationConfigurationRequest schema from Amazon Macie API",
  "type": "object",
  "properties": {
    "autoEnable": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__boolean"
        },
        {
          "description": "Specifies whether to enable Amazon Macie automatically for an account when the account is added to the organization in Organizations."
        }
      ]
    }
  },
  "required": [
    "autoEnable"
  ]
}