Module Values_2.TransitGatewayRouteTableAnnouncementSource

Describes a transit gateway route table announcement.

Sourcetype nonrec t = {
  1. transitGatewayRouteTableAnnouncementId : Values_1.TransitGatewayRouteTableAnnouncementId.t option;
    (*

    The ID of the transit gateway route table announcement.

    *)
  2. transitGatewayId : Values_1.TransitGatewayId.t option;
    (*

    The ID of the transit gateway.

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

    The ID of the core network for the transit gateway route table announcement.

    *)
  4. peerTransitGatewayId : Values_1.TransitGatewayId.t option;
    (*

    The ID of the peer transit gateway.

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

    The ID of the core network ID for the peer.

    *)
  6. peeringAttachmentId : Values_0.TransitGatewayAttachmentId.t option;
    (*

    The ID of the peering attachment.

    *)
  7. announcementDirection : Values_1.TransitGatewayRouteTableAnnouncementDirection.t option;
    (*

    The direction for the route table announcement.

    *)
  8. transitGatewayRouteTableId : Values_1.TransitGatewayRouteTableId.t option;
    (*

    The ID of the transit gateway route table.

    *)
  9. state : Values_1.TransitGatewayRouteTableAnnouncementState.t option;
    (*

    The state of the transit gateway announcement.

    *)
  10. creationTime : Values_0.DateTime.t option;
    (*

    The timestamp when the transit gateway route table announcement was created.

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

    The key-value pairs associated with the route table announcement.

    *)
}
Sourceval make : ?transitGatewayRouteTableAnnouncementId:??? -> ?transitGatewayId:??? -> ?coreNetworkId:??? -> ?peerTransitGatewayId:??? -> ?peerCoreNetworkId:??? -> ?peeringAttachmentId:??? -> ?announcementDirection:??? -> ?transitGatewayRouteTableId:??? -> ?state:??? -> ?creationTime:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of Values_1.TransitGatewayRouteTableAnnouncementId.t | `Timestamp of Values_0.DateTime.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