{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-structure/guardduty-rds-login-attempt-action-structure.json", "name": "RdsLoginAttemptAction", "description": "Indicates that a login attempt was made to the potentially compromised database from a remote IP address.", "type": "object", "properties": { "RemoteIpDetails": { "allOf": [ { "$ref": "#/components/schemas/RemoteIpDetails" }, { "xml": { "name": "remoteIpDetails" } } ] }, "LoginAttributes": { "allOf": [ { "$ref": "#/components/schemas/LoginAttributes" }, { "description": "Indicates the login attributes used in the login attempt." } ] } } }