Values.GetDbClusterOutputSourceRetrieves information about a Timestream for InfluxDB cluster.
type nonrec t = {id : DbClusterId.t option;Service-generated unique identifier of the DB cluster to retrieve.
*)name : DbClusterName.t option;Customer-supplied name of the Timestream for InfluxDB cluster.
*)arn : Arn.t option;The Amazon Resource Name (ARN) of the DB cluster.
*)status : ClusterStatus.t option;The status of the DB cluster.
*)endpoint : String_.t option;The endpoint used to connect to the Timestream for InfluxDB cluster for write and read operations.
*)readerEndpoint : String_.t option;The endpoint used to connect to the Timestream for InfluxDB cluster for read-only operations.
*)port : Port.t option;The port number on which InfluxDB accepts connections.
*)deploymentType : ClusterDeploymentType.t option;Deployment type of the DB cluster.
*)dbInstanceType : DbInstanceType.t option;The Timestream for InfluxDB instance type that InfluxDB runs on.
*)networkType : NetworkType.t option;Specifies whether the network type of the Timestream for InfluxDB cluster is IPv4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.
*)dbStorageType : DbStorageType.t option;The Timestream for InfluxDB DB storage type that InfluxDB stores data on.
*)allocatedStorage : AllocatedStorage.t option;The amount of storage allocated for your DB storage type (in gibibytes).
*)engineType : EngineType.t option;The engine type of your DB cluster.
*)publiclyAccessible : Boolean.t option;Indicates if the DB cluster has a public IP to facilitate access from outside the VPC.
*)dbParameterGroupIdentifier : DbParameterGroupIdentifier.t option;The ID of the DB parameter group assigned to your DB cluster.
*)logDeliveryConfiguration : LogDeliveryConfiguration.t option;Configuration for sending InfluxDB engine logs to send to specified S3 bucket.
*)maintenanceSchedule : MaintenanceSchedule.t option;The maintenance schedule for the DB cluster.
*)lastMaintenanceTime : SyntheticTimestamp_date_time.t option;The timestamp of the last completed maintenance operation on the DB cluster.
*)nextMaintenanceTime : SyntheticTimestamp_date_time.t option;The timestamp of the next scheduled maintenance operation on the DB cluster.
*)influxAuthParametersSecretArn : String_.t option;The Amazon Resource Name (ARN) of the Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.
*)vpcSubnetIds : VpcSubnetIdList.t option;A list of VPC subnet IDs associated with the DB cluster.
*)vpcSecurityGroupIds : VpcSecurityGroupIdList.t option;A list of VPC security group IDs associated with the DB cluster.
*)failoverMode : FailoverMode.t option;The configured failover mode for the DB cluster.
*)clusterConfiguration : ClusterConfiguration.t option;Configuration for node modes in the DbCluster.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?id:??? ->
?name:??? ->
?arn:??? ->
?status:??? ->
?endpoint:??? ->
?readerEndpoint:??? ->
?port:??? ->
?deploymentType:??? ->
?dbInstanceType:??? ->
?networkType:??? ->
?dbStorageType:??? ->
?allocatedStorage:??? ->
?engineType:??? ->
?publiclyAccessible:??? ->
?dbParameterGroupIdentifier:??? ->
?logDeliveryConfiguration:??? ->
?maintenanceSchedule:??? ->
?lastMaintenanceTime:??? ->
?nextMaintenanceTime:??? ->
?influxAuthParametersSecretArn:??? ->
?vpcSubnetIds:??? ->
?vpcSecurityGroupIds:??? ->
?failoverMode:??? ->
?clusterConfiguration:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.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
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.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 Boolean.t
| `Enum of string
| `Integer of Port.t
| `List of [> `String of VpcSubnetId.t ] list
| `String of DbClusterId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `String of IanaTimezone.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `String of S3ConfigurationBucketNameString.t ])
list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]