Module Values_2.TransitGatewayPolicyTableAssociationSource

Describes a transit gateway policy table association.

Sourcetype nonrec t = {
  1. transitGatewayPolicyTableId : Values_1.TransitGatewayPolicyTableId.t option;
    (*

    The ID of the transit gateway policy table.

    *)
  2. transitGatewayAttachmentId : Values_0.TransitGatewayAttachmentId.t option;
    (*

    The ID of the transit gateway attachment.

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

    The resource ID of the transit gateway attachment.

    *)
  4. resourceType : Values_0.TransitGatewayAttachmentResourceType.t option;
    (*

    The resource type for the transit gateway policy table association.

    *)
  5. state : Values_0.TransitGatewayAssociationState.t option;
    (*

    The state of the transit gateway policy table association.

    *)
}
Sourceval make : ?transitGatewayPolicyTableId:??? -> ?transitGatewayAttachmentId:??? -> ?resourceId:??? -> ?resourceType:??? -> ?state:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_1.TransitGatewayPolicyTableId.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