Amazon GuardDuty · JSON Structure

Guardduty Rds Login Attempt Action Structure

Indicates that a login attempt was made to the potentially compromised database from a remote IP address.

Type: object Properties: 2
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

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

Properties

RemoteIpDetails LoginAttributes

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-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."
        }
      ]
    }
  }
}