Amazon Macie · JSON Structure

Amazon Macie Update Macie Session Request Structure

UpdateMacieSessionRequest schema from Amazon Macie API

Type: object Properties: 2
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

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

Properties

findingPublishingFrequency status

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-macie-session-request-structure.json",
  "name": "UpdateMacieSessionRequest",
  "description": "UpdateMacieSessionRequest schema from Amazon Macie API",
  "type": "object",
  "properties": {
    "findingPublishingFrequency": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FindingPublishingFrequency"
        },
        {
          "description": "Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events)."
        }
      ]
    },
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MacieStatus"
        },
        {
          "description": "Specifies a new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account."
        }
      ]
    }
  }
}