Module Values_2.LocalGatewayRouteTableVpcAssociationSource

Describes an association between a local gateway route table and a VPC.

Sourcetype nonrec t = {
  1. localGatewayRouteTableVpcAssociationId : Values_1.LocalGatewayRouteTableVpcAssociationId.t option;
    (*

    The ID of the association.

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

    The ID of the local gateway route table.

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

    The Amazon Resource Name (ARN) of the local gateway route table for the association.

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

    The ID of the local gateway.

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

    The ID of the VPC.

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

    The ID of the Amazon Web Services account that owns the local gateway route table for the 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 : ?localGatewayRouteTableVpcAssociationId:??? -> ?localGatewayRouteTableId:??? -> ?localGatewayRouteTableArn:??? -> ?localGatewayId:??? -> ?vpcId:??? -> ?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.LocalGatewayRouteTableVpcAssociationId.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