Values.ResourceGatewaySummarySourceSummary information about a resource gateway.
type nonrec t = {name : ResourceGatewayName.t option;The name of the resource gateway.
*)id : ResourceGatewayId.t option;The ID of the resource gateway.
*)arn : ResourceGatewayArn.t option;The Amazon Resource Name (ARN) of the resource gateway.
*)status : ResourceGatewayStatus.t option;The name of the resource gateway.
*)vpcIdentifier : VpcId.t option;The ID of the VPC for the resource gateway.
*)subnetIds : SubnetList.t option;The IDs of the VPC subnets for the resource gateway.
*)securityGroupIds : SecurityGroupList.t option;The IDs of the security groups applied to the resource gateway.
*)ipAddressType : ResourceGatewayIpAddressType.t option;The type of IP address used by the resource gateway.
*)ipv4AddressesPerEni : Ipv4AddressesPerEni.t option;The number of IPv4 addresses in each ENI for the resource gateway.
*)resourceConfigDnsResolution : ResourceConfigDnsResolution.t option;The DNS resolution type for resource configurations that are associated with this resource gateway.
*)createdAt : Timestamp.t option;The date and time that the VPC endpoint association was created, in ISO-8601 format.
*)lastUpdatedAt : Timestamp.t option;The most recent date and time that the resource gateway was updated, in ISO-8601 format.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Ipv4AddressesPerEni.t
| `List of [> `String of SubnetId.t ] list
| `String of ResourceGatewayName.t
| `Timestamp of Timestamp.t ])
list ]