Module Values_2.LocalGatewayRouteTableVirtualInterfaceGroupAssociationSource

Describes an association between a local gateway route table and a virtual interface group.

Sourcetype nonrec t = {
  1. localGatewayRouteTableVirtualInterfaceGroupAssociationId : Values_1.LocalGatewayRouteTableVirtualInterfaceGroupAssociationId.t option;
    (*

    The ID of the association.

    *)
  2. localGatewayVirtualInterfaceGroupId : Values_1.LocalGatewayVirtualInterfaceGroupId.t option;
    (*

    The ID of the virtual interface group.

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

    The ID of the local gateway.

    *)
  4. localGatewayRouteTableId : Values_1.LocalGatewayId.t option;
    (*

    The ID of the local gateway route table.

    *)
  5. localGatewayRouteTableArn : Values_0.ResourceArn.t option;
    (*

    The Amazon Resource Name (ARN) of the local gateway route table for the virtual interface group.

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

    The ID of the Amazon Web Services account that owns the local gateway virtual interface group association.

    *)
  7. state : Values_0.String_.t option;
    (*

    The state of the association.

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

    The tags assigned to the association.

    *)
}
Sourceval make : ?localGatewayRouteTableVirtualInterfaceGroupAssociationId:??? -> ?localGatewayVirtualInterfaceGroupId:??? -> ?localGatewayId:??? -> ?localGatewayRouteTableId:??? -> ?localGatewayRouteTableArn:??? -> ?ownerId:??? -> ?state:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of Values_1.LocalGatewayRouteTableVirtualInterfaceGroupAssociationId.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