RouteTableUsageMode type
Route table usage mode defines which route table will be used by the configuration. If not defined, this will default to 'ManagedOnly'.
KnownRouteTableUsageMode can be used interchangeably with RouteTableUsageMode,
this enum contains the known values that the service supports.
Known values supported by the service
ManagedOnly: Only route tables managed by the routing configuration will be used.
UseExisting: Use existing user-defined route tables already associated with resources.
type RouteTableUsageMode = string