Module Values_2.TransitGatewayRouteTablePropagationSource

Describes a route table propagation.

Sourcetype nonrec t = {
  1. transitGatewayAttachmentId : Values_0.String_.t option;
    (*

    The ID of the attachment.

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

    The ID of the resource.

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

    The type of resource. Note that the tgw-peering resource type has been deprecated.

    *)
  4. state : Values_1.TransitGatewayPropagationState.t option;
    (*

    The state of the resource.

    *)
  5. transitGatewayRouteTableAnnouncementId : Values_1.TransitGatewayRouteTableAnnouncementId.t option;
    (*

    The ID of the transit gateway route table announcement.

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