RdsLoginAttemptAction¶
Structure Class¶
RdsLoginAttemptAction
dataclass
¶
Indicates that a login attempt was made to the potentially compromised database from a remote IP address.
Attributes¶
login_attributes
class-attribute
instance-attribute
¶
login_attributes: list[LoginAttribute] | None = None
Indicates the login attributes used in the login attempt.
remote_ip_details
class-attribute
instance-attribute
¶
remote_ip_details: RemoteIpDetails | None = None
Contains information about the remote IP address of the connection.