Module Values.EipAssociationSource

An Elastic IP address association with the elastic network interface in the VLAN subnet.

Sourcetype nonrec t = {
  1. associationId : AssociationId.t option;
    (*

    A unique ID for the elastic IP address association with the VLAN subnet.

    *)
  2. allocationId : AllocationId.t option;
    (*

    The Elastic IP address allocation ID.

    *)
  3. ipAddress : IpAddress.t option;
    (*

    The Elastic IP address.

    *)
}
Sourceval make : ?associationId:??? -> ?allocationId:??? -> ?ipAddress:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AssociationId.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