Module Values_1.InternetGatewayAttachmentSource

Describes the attachment of a VPC to an internet gateway or an egress-only internet gateway.

Sourcetype nonrec t = {
  1. state : Values_0.AttachmentStatus.t option;
    (*

    The current state of the attachment. For an internet gateway, the state is available when attached to a VPC; otherwise, this value is not returned.

    *)
  2. vpcId : Values_0.String_.t option;
    (*

    The ID of the VPC.

    *)
}
Sourceval make : ?state:??? -> ?vpcId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.String_.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