Provides information about the IP address of the device that an entity used to perform an action on an affected resource.
Type: objectProperties: 5
Data SecuritySensitive DataPrivacyComplianceMachine-LearningS3
IpAddressDetails is a JSON Structure definition published by Amazon Macie, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$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-address-details-structure.json",
"name": "IpAddressDetails",
"description": "Provides information about the IP address of the device that an entity used to perform an action on an affected resource.",
"type": "object",
"properties": {
"ipAddressV4": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The Internet Protocol version 4 (IPv4) address of the device."
}
]
},
"ipCity": {
"allOf": [
{
"$ref": "#/components/schemas/IpCity"
},
{
"description": "The city that the IP address originated from."
}
]
},
"ipCountry": {
"allOf": [
{
"$ref": "#/components/schemas/IpCountry"
},
{
"description": "The country that the IP address originated from."
}
]
},
"ipGeoLocation": {
"allOf": [
{
"$ref": "#/components/schemas/IpGeoLocation"
},
{
"description": "The geographic coordinates of the location that the IP address originated from."
}
]
},
"ipOwner": {
"allOf": [
{
"$ref": "#/components/schemas/IpOwner"
},
{
"description": "The registered owner of the IP address."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.