Skip to content

Guardduty  >  Structures  >  RdsDbInstanceDetails

RdsDbInstanceDetails

Structure Class

RdsDbInstanceDetails dataclass

Contains information about the resource type RDSDBInstance involved in a GuardDuty finding.

Attributes

db_cluster_identifier class-attribute instance-attribute
db_cluster_identifier: str | None = None

The identifier of the database cluster that contains the database instance ID involved in the finding.

db_instance_arn class-attribute instance-attribute
db_instance_arn: str | None = None

The Amazon Resource Name (ARN) that identifies the database instance involved in the finding.

db_instance_identifier class-attribute instance-attribute
db_instance_identifier: str | None = None

The identifier associated to the database instance that was involved in the finding.

dbi_resource_id class-attribute instance-attribute
dbi_resource_id: str | None = None

The unique ID of the database resource involved in the activity that prompted GuardDuty to generate the finding.

engine class-attribute instance-attribute
engine: str | None = None

The database engine of the database instance involved in the finding.

engine_version class-attribute instance-attribute
engine_version: str | None = None

The version of the database engine that was involved in the finding.

tags class-attribute instance-attribute
tags: list[Tag] | None = None

Information about the tag key-value pairs.