Amazon Macie · Schema

UpdateAutomatedDiscoveryConfigurationRequest

UpdateAutomatedDiscoveryConfigurationRequest schema from Amazon Macie API

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

Properties

Name Type Description
status object
View JSON Schema on GitHub

JSON Schema

amazon-macie-update-automated-discovery-configuration-request-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-update-automated-discovery-configuration-request-schema.json",
  "title": "UpdateAutomatedDiscoveryConfigurationRequest",
  "description": "UpdateAutomatedDiscoveryConfigurationRequest schema from Amazon Macie API",
  "type": "object",
  "properties": {
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AutomatedDiscoveryStatus"
        },
        {
          "description": "<p>The new status of automated sensitive data discovery for the account. Valid values are: ENABLED, start or resume automated sensitive data discovery activities for the account; and, DISABLED, stop performing automated sensitive data discovery activities for the account.</p> <p>When you enable automated sensitive data discovery for the first time, Amazon Macie uses default configuration settings to determine which data sources to analyze and which managed data identifiers to use. To change these settings, use the UpdateClassificationScope and UpdateSensitivityInspectionTemplate operations, respectively. If you change the settings and subsequently disable the configuration, Amazon Macie retains your changes.</p>"
        }
      ]
    }
  },
  "required": [
    "status"
  ]
}