Amazon Macie · JSON Structure

Amazon Macie List Resource Profile Artifacts Response Structure

ListResourceProfileArtifactsResponse schema from Amazon Macie API

Type: object Properties: 2
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

ListResourceProfileArtifactsResponse 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

artifacts nextToken

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-list-resource-profile-artifacts-response-structure.json",
  "name": "ListResourceProfileArtifactsResponse",
  "description": "ListResourceProfileArtifactsResponse schema from Amazon Macie API",
  "type": "object",
  "properties": {
    "artifacts": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfResourceProfileArtifact"
        },
        {
          "description": "<p>An array of objects, one for each of 1-100 S3 objects that Amazon Macie selected for analysis.</p> <p>If Macie has analyzed more than 100 objects in the bucket, Macie populates the array based on the value for the ResourceProfileArtifact.sensitive field for an object: true (sensitive), followed by false (not sensitive). Macie then populates any remaining items in the array with information about objects where the value for the ResourceProfileArtifact.classificationResultStatus field is SKIPPED.</p>"
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages."
        }
      ]
    }
  }
}