NetworkManager.TransitGatewayRouteTableAttachmentsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayroutetableattachment.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-transitgatewayroutetableattachment-proposedsegmentchange.html
type properties = {proposed_segment_change : proposed_segment_change option;transit_gateway_route_table_arn : string;peering_id : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayroutetableattachment.html;
val make_properties :
?proposed_segment_change:proposed_segment_change ->
transit_gateway_route_table_arn:string ->
peering_id:string ->
?tags:tag list ->
unit ->
propertiesval make_tag : value:string -> key:string -> unit -> tagval make_proposed_segment_change :
?segment_name:string ->
?tags:tag list ->
?attachment_policy_rule_number:int ->
unit ->
proposed_segment_changeval yojson_of_tag : tag -> Yojson.Safe.tval yojson_of_proposed_segment_change :
proposed_segment_change ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]type attributes = {ref_ : string;resource_arn : string;core_network_id : string;attachment_type : string;segment_name : string;state : string;created_at : string;owner_account_id : string;updated_at : string;attachment_id : string;core_network_arn : string;edge_location : string;attachment_policy_rule_number : int;}val create_attributes : string -> attributes