Amazon Macie · JSON Structure

Amazon Macie Update Reveal Configuration Request Structure

UpdateRevealConfigurationRequest schema from Amazon Macie API

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

UpdateRevealConfigurationRequest 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

configuration

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-reveal-configuration-request-structure.json",
  "name": "UpdateRevealConfigurationRequest",
  "description": "UpdateRevealConfigurationRequest schema from Amazon Macie API",
  "type": "object",
  "properties": {
    "configuration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RevealConfiguration"
        },
        {
          "description": "The new configuration settings and the status of the configuration for the account."
        }
      ]
    }
  },
  "required": [
    "configuration"
  ]
}