Values_2.VPCConnectionSourceThe structure of a VPC connection.
type nonrec t = {vPCConnectionId : Values_1.VPCConnectionResourceIdUnrestricted.t option;The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.
*)arn : Values_0.Arn.t option;The Amazon Resource Name (ARN) of the VPC connection.
*)name : Values_1.ResourceName.t option;The display name for the VPC connection.
*)vPCId : Values_0.String_.t option;The Amazon EC2 VPC ID associated with the VPC connection.
*)securityGroupIds : Values_1.SecurityGroupIdList.t option;The Amazon EC2 security group IDs associated with the VPC connection.
*)dnsResolvers : Values_1.StringList.t option;A list of IP addresses of DNS resolver endpoints for the VPC connection.
*)status : Values_1.VPCConnectionResourceStatus.t option;The status of the VPC connection.
*)availabilityStatus : Values_1.VPCConnectionAvailabilityStatus.t option;The availability status of the VPC connection.
*)networkInterfaces : NetworkInterfaceList.t option;A list of network interfaces.
*)roleArn : Values_0.String_.t option;The ARN of the IAM role associated with the VPC connection.
*)createdTime : Values_0.Timestamp.t option;The time that the VPC connection was created.
*)lastUpdatedTime : Values_0.Timestamp.t option;The time that the VPC connection was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of string
| `Structure of
(string * [> `Enum of string | `String of Values_1.SubnetId.t ])
list ]
list
| `String of Values_1.VPCConnectionResourceIdUnrestricted.t
| `Timestamp of Values_0.Timestamp.t ])
list ]