Values_1.CreateVPCConnectionRequestSourceCreates a new VPC connection.
type nonrec t = {awsAccountId : AwsAccountId.t;The Amazon Web Services account ID of the account where you want to create a new VPC connection.
*)vPCConnectionId : VPCConnectionResourceIdRestricted.t;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.
*)name : ResourceName.t;The display name for the VPC connection.
*)subnetIds : SubnetIdList.t;A list of subnet IDs for the VPC connection.
*)securityGroupIds : SecurityGroupIdList.t;A list of security group IDs for the VPC connection.
*)dnsResolvers : DnsResolverList.t option;A list of IP addresses of DNS resolver endpoints for the VPC connection.
*)roleArn : Values_0.RoleArn.t;The IAM role to associate with the VPC connection.
*)}val make :
?dnsResolvers:??? ->
?tags:??? ->
awsAccountId:AwsAccountId.t ->
vPCConnectionId:VPCConnectionResourceIdRestricted.t ->
name:ResourceName.t ->
subnetIds:SubnetIdList.t ->
securityGroupIds:SecurityGroupIdList.t ->
roleArn:Values_0.RoleArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of SubnetId.t
| `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of AwsAccountId.t ])
list ]