Values.DBClusterSnapshotSourceDetailed information about a cluster snapshot.
type nonrec t = {availabilityZones : AvailabilityZones.t option;Provides the list of Amazon EC2 Availability Zones that instances in the cluster snapshot can be restored in.
*)dBClusterSnapshotIdentifier : String_.t option;Specifies the identifier for the cluster snapshot.
*)dBClusterIdentifier : String_.t option;Specifies the cluster identifier of the cluster that this cluster snapshot was created from.
*)snapshotCreateTime : TStamp.t option;Provides the time when the snapshot was taken, in UTC.
*)engine : String_.t option;Specifies the name of the database engine.
*)status : String_.t option;Specifies the status of this cluster snapshot.
*)port : Integer.t option;Specifies the port that the cluster was listening on at the time of the snapshot.
*)vpcId : String_.t option;Provides the virtual private cloud (VPC) ID that is associated with the cluster snapshot.
*)clusterCreateTime : TStamp.t option;Specifies the time when the cluster was created, in Universal Coordinated Time (UTC).
*)masterUsername : String_.t option;Provides the master user name for the cluster snapshot.
*)engineVersion : String_.t option;Provides the version of the database engine for this cluster snapshot.
*)snapshotType : String_.t option;Provides the type of the cluster snapshot.
*)percentProgress : Integer.t option;Specifies the percentage of the estimated data that has been transferred.
*)storageEncrypted : Boolean.t option;Specifies whether the cluster snapshot is encrypted.
*)kmsKeyId : String_.t option;If StorageEncrypted is true, the KMS key identifier for the encrypted cluster snapshot.
*)dBClusterSnapshotArn : String_.t option;The Amazon Resource Name (ARN) for the cluster snapshot.
*)sourceDBClusterSnapshotArn : String_.t option;If the cluster snapshot was copied from a source cluster snapshot, the ARN for the source cluster snapshot; otherwise, a null value.
*)storageType : String_.t option;Storage type associated with your cluster snapshot For information on storage types for Amazon DocumentDB clusters, see Cluster storage configurations in the Amazon DocumentDB Developer Guide. Valid values for storage type - standard | iopt1 Default value is standard
*)}val make :
?availabilityZones:??? ->
?dBClusterSnapshotIdentifier:??? ->
?dBClusterIdentifier:??? ->
?snapshotCreateTime:??? ->
?engine:??? ->
?status:??? ->
?port:??? ->
?vpcId:??? ->
?clusterCreateTime:??? ->
?masterUsername:??? ->
?engineVersion:??? ->
?snapshotType:??? ->
?percentProgress:??? ->
?storageEncrypted:??? ->
?kmsKeyId:??? ->
?dBClusterSnapshotArn:??? ->
?sourceDBClusterSnapshotArn:??? ->
?storageType:??? ->
unit ->
t