Values.CreateClusterOutputSourceThe output of a created cluster.
type nonrec t = {identifier : ClusterId.t option;The ID of the created cluster.
*)arn : ClusterArn.t option;The ARN of the created cluster.
*)status : ClusterStatus.t option;The status of the created cluster.
*)creationTime : ClusterCreationTime.t option;The time of when created the cluster.
*)multiRegionProperties : MultiRegionProperties.t option;The multi-Region cluster configuration details that were set during cluster creation
*)encryptionDetails : EncryptionDetails.t option;The encryption configuration for the cluster that was specified during the creation process, including the KMS key identifier and encryption state.
*)deletionProtectionEnabled : DeletionProtectionEnabled.t option;Whether deletion protection is enabled on this cluster.
*)endpoint : Endpoint.t option;The connection endpoint for the created cluster.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of DeletionProtectionEnabled.t
| `Enum of string
| `String of ClusterId.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of ClusterArn.t ] list
| `String of Region.t ])
list
| `Timestamp of ClusterCreationTime.t ])
list ]