Values.RdsDbInstanceDetailsSourceContains information about the resource type RDSDBInstance involved in a GuardDuty finding.
type nonrec t = {dbInstanceIdentifier : String_.t option;The identifier associated to the database instance that was involved in the finding.
*)engine : String_.t option;The database engine of the database instance involved in the finding.
*)engineVersion : String_.t option;The version of the database engine that was involved in the finding.
*)dbClusterIdentifier : String_.t option;The identifier of the database cluster that contains the database instance ID involved in the finding.
*)dbInstanceArn : String_.t option;The Amazon Resource Name (ARN) that identifies the database instance involved in the finding.
*)dbiResourceId : String_.t option;The unique ID of the database resource involved in the activity that prompted GuardDuty to generate the finding.
*)}