Module Values_2.VPCConnectionSummarySource

The summary metadata that describes a VPC connection.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. arn : Values_0.Arn.t option;
    (*

    The Amazon Resource Name (ARN) of the VPC connection.

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

    The display name for the VPC connection.

    *)
  4. vPCId : Values_0.String_.t option;
    (*

    The Amazon EC2 VPC ID associated with the VPC connection.

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

    The Amazon EC2 security group IDs associated with the VPC connection.

    *)
  6. dnsResolvers : Values_1.StringList.t option;
    (*

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

    *)
  7. status : Values_1.VPCConnectionResourceStatus.t option;
    (*

    The status of the VPC connection.

    *)
  8. availabilityStatus : Values_1.VPCConnectionAvailabilityStatus.t option;
    (*

    The availability status of the VPC connection.

    *)
  9. networkInterfaces : NetworkInterfaceList.t option;
    (*

    A list of network interfaces.

    *)
  10. roleArn : Values_0.String_.t option;
    (*

    The ARN of the IAM role associated with the VPC connection.

    *)
  11. createdTime : Values_0.Timestamp.t option;
    (*

    The time that the VPC connection was created.

    *)
  12. lastUpdatedTime : Values_0.Timestamp.t option;
    (*

    The time that the VPC connection was last updated.

    *)
}
Sourceval make : ?vPCConnectionId:??? -> ?arn:??? -> ?name:??? -> ?vPCId:??? -> ?securityGroupIds:??? -> ?dnsResolvers:??? -> ?status:??? -> ?availabilityStatus:??? -> ?networkInterfaces:??? -> ?roleArn:??? -> ?createdTime:??? -> ?lastUpdatedTime:??? -> unit -> t
Sourceval 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 ]
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