Module Values_2.VpcPeeringConnectionSource

Describes a VPC peering connection.

Sourcetype nonrec t = {
  1. accepterVpcInfo : Values_1.VpcPeeringConnectionVpcInfo.t option;
    (*

    Information about the accepter VPC. CIDR block information is only returned when describing an active VPC peering connection.

    *)
  2. expirationTime : Values_0.DateTime.t option;
    (*

    The time that an unaccepted VPC peering connection will expire.

    *)
  3. requesterVpcInfo : Values_1.VpcPeeringConnectionVpcInfo.t option;
    (*

    Information about the requester VPC. CIDR block information is only returned when describing an active VPC peering connection.

    *)
  4. status : Values_1.VpcPeeringConnectionStateReason.t option;
    (*

    The status of the VPC peering connection.

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

    Any tags assigned to the resource.

    *)
  6. vpcPeeringConnectionId : Values_0.String_.t option;
    (*

    The ID of the VPC peering connection.

    *)
}
Sourceval make : ?accepterVpcInfo:??? -> ?expirationTime:??? -> ?requesterVpcInfo:??? -> ?status:??? -> ?tags:??? -> ?vpcPeeringConnectionId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of Values_0.String_.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of Values_0.String_.t | `Structure of (string * [> `Boolean of bool ]) list ]) 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