Amazon Macie · JSON Structure

Amazon Macie Ip Country Structure

Provides information about the country that an IP address originated from.

Type: object Properties: 2
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

IpCountry 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

code name

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-ip-country-structure.json",
  "name": "IpCountry",
  "description": "Provides information about the country that an IP address originated from.",
  "type": "object",
  "properties": {
    "code": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The two-character code, in ISO 3166-1 alpha-2 format, for the country that the IP address originated from. For example, US for the United States."
        }
      ]
    },
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The name of the country that the IP address originated from."
        }
      ]
    }
  }
}