Module Values_2.TransitGatewayVpcAttachmentSource

Describes a VPC attachment.

Sourcetype nonrec t = {
  1. transitGatewayAttachmentId : Values_0.String_.t option;
    (*

    The ID of the attachment.

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

    The ID of the transit gateway.

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

    The ID of the VPC.

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

    The ID of the Amazon Web Services account that owns the VPC.

    *)
  5. state : Values_1.TransitGatewayAttachmentState.t option;
    (*

    The state of the VPC attachment. Note that the initiating state has been deprecated.

    *)
  6. subnetIds : Values_0.ValueStringList.t option;
    (*

    The IDs of the subnets.

    *)
  7. creationTime : Values_0.DateTime.t option;
    (*

    The creation time.

    *)
  8. options : Values_1.TransitGatewayVpcAttachmentOptions.t option;
    (*

    The VPC attachment options.

    *)
  9. tags : Values_0.TagList.t option;
    (*

    The tags for the VPC attachment.

    *)
}
Sourceval make : ?transitGatewayAttachmentId:??? -> ?transitGatewayId:??? -> ?vpcId:??? -> ?vpcOwnerId:??? -> ?state:??? -> ?subnetIds:??? -> ?creationTime:??? -> ?options:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of string | `Structure of (string * [> `String of string ]) list ] list | `String of Values_0.String_.t | `Structure of (string * [> `Enum of string ]) list | `Timestamp of Values_0.DateTime.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