GetLocalGatewayRouteTableResult constructor

const GetLocalGatewayRouteTableResult({
  1. List<GetLocalGatewayRouteTableFilter>? filters,
  2. String? id,
  3. String? localGatewayId,
  4. String? localGatewayRouteTableId,
  5. String? outpostArn,
  6. String? region,
  7. String? state,
  8. Map<String, String>? tags,
})

Creates a new GetLocalGatewayRouteTableResult. filters Optional. id The provider-assigned unique ID for this managed resource. localGatewayId Optional. localGatewayRouteTableId Optional. outpostArn Optional. region Optional. state Optional. tags Optional.

Implementation

const GetLocalGatewayRouteTableResult({
  this.filters,
  this.id,
  this.localGatewayId,
  this.localGatewayRouteTableId,
  this.outpostArn,
  this.region,
  this.state,
  this.tags,
});