Module Values_1.CreateVPCConnectionRequestSource

Creates a new VPC connection.

Sourcetype nonrec t = {
  1. awsAccountId : AwsAccountId.t;
    (*

    The Amazon Web Services account ID of the account where you want to create a new VPC connection.

    *)
  2. 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.

    *)
  3. name : ResourceName.t;
    (*

    The display name for the VPC connection.

    *)
  4. subnetIds : SubnetIdList.t;
    (*

    A list of subnet IDs for the VPC connection.

    *)
  5. securityGroupIds : SecurityGroupIdList.t;
    (*

    A list of security group IDs for the VPC connection.

    *)
  6. dnsResolvers : DnsResolverList.t option;
    (*

    A list of IP addresses of DNS resolver endpoints for the VPC connection.

    *)
  7. roleArn : Values_0.RoleArn.t;
    (*

    The IAM role to associate with the VPC connection.

    *)
  8. tags : TagList.t option;
    (*

    A map of the key-value pairs for the resource tag or tags assigned to the VPC connection.

    *)
}
Sourceval context_ : string
Sourceval make : ?dnsResolvers:??? -> ?tags:??? -> awsAccountId:AwsAccountId.t -> vPCConnectionId:VPCConnectionResourceIdRestricted.t -> name:ResourceName.t -> subnetIds:SubnetIdList.t -> securityGroupIds:SecurityGroupIdList.t -> roleArn:Values_0.RoleArn.t -> unit -> t
Sourceval 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 ]
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