/dhall-aws-cloudformation/cloudformation/AWS::EC2::TransitGatewayRouteTable/Properties.dhall
Copy path to clipboardSource
{ Type =
{ Tags : Optional (List (./../Tag.dhall).Type)
, TransitGatewayId : (./../../Fn.dhall).CfnText
}
, default.Tags = None (List (./../Tag.dhall).Type)
}