Module Values_0.DBShardGroupSource

Contains the details for an Amazon RDS DB shard group.

Sourcetype createDBShardGroupResult = {
  1. dBShardGroupResourceId : String_.t option;
    (*

    The Amazon Web Services Region-unique, immutable identifier for the DB shard group.

    *)
  2. dBShardGroupIdentifier : DBShardGroupIdentifier.t option;
    (*

    The name of the DB shard group.

    *)
  3. dBClusterIdentifier : String_.t option;
    (*

    The name of the primary DB cluster for the DB shard group.

    *)
  4. maxACU : DoubleOptional.t option;
    (*

    The maximum capacity of the DB shard group in Aurora capacity units (ACUs).

    *)
  5. minACU : DoubleOptional.t option;
    (*

    The minimum capacity of the DB shard group in Aurora capacity units (ACUs).

    *)
  6. computeRedundancy : IntegerOptional.t option;
    (*

    Specifies whether to create standby DB shard groups for the DB shard group. Valid values are the following: 0 - Creates a DB shard group without a standby DB shard group. This is the default value. 1 - Creates a DB shard group with a standby DB shard group in a different Availability Zone (AZ). 2 - Creates a DB shard group with two standby DB shard groups in two different AZs.

    *)
  7. status : String_.t option;
    (*

    The status of the DB shard group.

    *)
  8. publiclyAccessible : BooleanOptional.t option;
    (*

    Indicates whether the DB shard group is publicly accessible. When the DB shard group is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB shard group's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB shard group's VPC. Access to the DB shard group is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB shard group doesn't permit it. When the DB shard group isn't publicly accessible, it is an internal DB shard group with a DNS name that resolves to a private IP address. For more information, see CreateDBShardGroup. This setting is only for Aurora Limitless Database.

    *)
  9. endpoint : String_.t option;
    (*

    The connection endpoint for the DB shard group.

    *)
  10. dBShardGroupArn : String_.t option;
    (*

    The Amazon Resource Name (ARN) for the DB shard group.

    *)
  11. tagList : TagList.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. createDBShardGroupResult : createDBShardGroupResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DBClusterNotFoundFault of DBClusterNotFoundFault.t
  2. | `DBShardGroupAlreadyExistsFault of DBShardGroupAlreadyExistsFault.t
  3. | `InvalidDBClusterStateFault of InvalidDBClusterStateFault.t
  4. | `InvalidVPCNetworkStateFault of InvalidVPCNetworkStateFault.t
  5. | `MaxDBShardGroupLimitReached of MaxDBShardGroupLimitReached.t
  6. | `NetworkTypeNotSupported of NetworkTypeNotSupported.t
  7. | `UnsupportedDBEngineVersionFault of UnsupportedDBEngineVersionFault.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?dBShardGroupResourceId:??? -> ?dBShardGroupIdentifier:??? -> ?dBClusterIdentifier:??? -> ?maxACU:??? -> ?minACU:??? -> ?computeRedundancy:??? -> ?status:??? -> ?publiclyAccessible:??? -> ?endpoint:??? -> ?dBShardGroupArn:??? -> ?tagList:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DBClusterNotFoundFault of unit | `DBShardGroupAlreadyExistsFault of unit | `InvalidDBClusterStateFault of unit | `InvalidVPCNetworkStateFault of unit | `MaxDBShardGroupLimitReached of unit | `NetworkTypeNotSupported of unit | `Unknown_operation_error of string * string option | `UnsupportedDBEngineVersionFault of unit ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DBClusterNotFoundFault of unit | `DBShardGroupAlreadyExistsFault of unit | `InvalidDBClusterStateFault of unit | `InvalidVPCNetworkStateFault of unit | `MaxDBShardGroupLimitReached of unit | `NetworkTypeNotSupported of unit | `Unknown_operation_error of string * string option | `UnsupportedDBEngineVersionFault of unit ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of BooleanOptional.t | `Double of DoubleOptional.t | `Integer of IntegerOptional.t | `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t