Values.AwsRdsDbSubnetGroupSourceInformation about the subnet group for the database instance.
type nonrec t = {dbSubnetGroupName : NonEmptyString.t option;The name of the subnet group.
*)dbSubnetGroupDescription : NonEmptyString.t option;The description of the subnet group.
*)vpcId : NonEmptyString.t option;The VPC ID of the subnet group.
*)subnetGroupStatus : NonEmptyString.t option;The status of the subnet group.
*)subnets : AwsRdsDbSubnetGroupSubnets.t option;A list of subnets in the subnet group.
*)dbSubnetGroupArn : NonEmptyString.t option;The ARN of the subnet group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string * [> `String of NonEmptyString.t ]) list ])
list ]
list
| `String of NonEmptyString.t ])
list ]