Values.DBInstanceSourceDetailed information about an instance.
type nonrec t = {dBInstanceIdentifier : String_.t option;Contains a user-provided database identifier. This identifier is the unique key that identifies an instance.
*)dBInstanceClass : String_.t option;Contains the name of the compute and memory capacity class of the instance.
*)engine : String_.t option;Provides the name of the database engine to be used for this instance.
*)dBInstanceStatus : String_.t option;Specifies the current state of this database.
*)endpoint : Endpoint.t option;Specifies the connection endpoint.
*)instanceCreateTime : TStamp.t option;Provides the date and time that the instance was created.
*)preferredBackupWindow : String_.t option;Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.
*)backupRetentionPeriod : Integer.t option;Specifies the number of days for which automatic snapshots are retained.
*)vpcSecurityGroups : VpcSecurityGroupMembershipList.t option;Provides a list of VPC security group elements that the instance belongs to.
*)availabilityZone : String_.t option;Specifies the name of the Availability Zone that the instance is located in.
*)dBSubnetGroup : DBSubnetGroup.t option;Specifies information on the subnet group that is associated with the instance, including the name, description, and subnets in the subnet group.
*)preferredMaintenanceWindow : String_.t option;Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
*)pendingModifiedValues : PendingModifiedValues.t option;Specifies that changes to the instance are pending. This element is included only when changes are pending. Specific changes are identified by subelements.
*)latestRestorableTime : TStamp.t option;Specifies the latest time to which a database can be restored with point-in-time restore.
*)engineVersion : String_.t option;Indicates the database engine version.
*)autoMinorVersionUpgrade : Boolean.t option;Does not apply. This parameter does not apply to Amazon DocumentDB. Amazon DocumentDB does not perform minor version upgrades regardless of the value set.
*)publiclyAccessible : Boolean.t option;Not supported. Amazon DocumentDB does not currently support public endpoints. The value of PubliclyAccessible is always false.
*)statusInfos : DBInstanceStatusInfoList.t option;The status of a read replica. If the instance is not a read replica, this is blank.
*)dBClusterIdentifier : String_.t option;Contains the name of the cluster that the instance is a member of if the instance is a member of a cluster.
*)storageEncrypted : Boolean.t option;Specifies whether or not the instance is encrypted.
*)kmsKeyId : String_.t option;If StorageEncrypted is true, the KMS key identifier for the encrypted instance.
*)dbiResourceId : String_.t option;The Amazon Web Services Region-unique, immutable identifier for the instance. This identifier is found in CloudTrail log entries whenever the KMS key for the instance is accessed.
*)cACertificateIdentifier : String_.t option;The identifier of the CA certificate for this DB instance.
*)copyTagsToSnapshot : BooleanOptional.t option;A value that indicates whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.
*)promotionTier : IntegerOptional.t option;A value that specifies the order in which an Amazon DocumentDB replica is promoted to the primary instance after a failure of the existing primary instance.
*)dBInstanceArn : String_.t option;The Amazon Resource Name (ARN) for the instance.
*)enabledCloudwatchLogsExports : LogTypeList.t option;A list of log types that this instance is configured to export to CloudWatch Logs.
*)certificateDetails : CertificateDetails.t option;The details of the DB instance's server certificate.
*)performanceInsightsEnabled : BooleanOptional.t option;Set to true if Amazon RDS Performance Insights is enabled for the DB instance, and otherwise false.
*)performanceInsightsKMSKeyId : String_.t option;The KMS key identifier for encryption of Performance Insights data. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.
*)}val make :
?dBInstanceIdentifier:??? ->
?dBInstanceClass:??? ->
?engine:??? ->
?dBInstanceStatus:??? ->
?endpoint:??? ->
?instanceCreateTime:??? ->
?preferredBackupWindow:??? ->
?backupRetentionPeriod:??? ->
?vpcSecurityGroups:??? ->
?availabilityZone:??? ->
?dBSubnetGroup:??? ->
?preferredMaintenanceWindow:??? ->
?pendingModifiedValues:??? ->
?latestRestorableTime:??? ->
?engineVersion:??? ->
?autoMinorVersionUpgrade:??? ->
?publiclyAccessible:??? ->
?statusInfos:??? ->
?dBClusterIdentifier:??? ->
?storageEncrypted:??? ->
?kmsKeyId:??? ->
?dbiResourceId:??? ->
?cACertificateIdentifier:??? ->
?copyTagsToSnapshot:??? ->
?promotionTier:??? ->
?dBInstanceArn:??? ->
?enabledCloudwatchLogsExports:??? ->
?certificateDetails:??? ->
?performanceInsightsEnabled:??? ->
?performanceInsightsKMSKeyId:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `List of
[> `String of String_.t
| `Structure of
(string * [> `Boolean of Boolean.t | `String of String_.t ]) list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `Integer of Integer.t
| `List of
[> `String of String_.t
| `Structure of
(string
* [> `String of String_.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ]
list
| `String of String_.t
| `Structure of
(string * [> `List of [> `String of String_.t ] list ]) list
| `Timestamp of TStamp.t ])
list
| `Timestamp of TStamp.t ])
list ]