getLocalGatewayRouteTableOutput function

Output<GetLocalGatewayRouteTableResult> getLocalGatewayRouteTableOutput(
  1. GetLocalGatewayRouteTableArgs args, {
  2. InvokeOutputOptions? options,
})

Implementation

pulumi.Output<GetLocalGatewayRouteTableResult> getLocalGatewayRouteTableOutput(
  GetLocalGatewayRouteTableArgs args, {
  pulumi.InvokeOutputOptions? options,
}) {
  return pulumi.invokeOutput<Map<String, dynamic>>(
    'aws:ec2/getLocalGatewayRouteTable:getLocalGatewayRouteTable',
    pulumi.Input.mapToInputs(args.toMap()),
    options: options,
  ).apply(GetLocalGatewayRouteTableResult.fromMap);
}