getLocalGatewayVirtualInterfaceOutput function

Output<GetLocalGatewayVirtualInterfaceResult> getLocalGatewayVirtualInterfaceOutput(
  1. GetLocalGatewayVirtualInterfaceArgs args, {
  2. InvokeOutputOptions? options,
})

Implementation

pulumi.Output<GetLocalGatewayVirtualInterfaceResult> getLocalGatewayVirtualInterfaceOutput(
  GetLocalGatewayVirtualInterfaceArgs args, {
  pulumi.InvokeOutputOptions? options,
}) {
  return pulumi.invokeOutput<Map<String, dynamic>>(
    'aws:ec2/getLocalGatewayVirtualInterface:getLocalGatewayVirtualInterface',
    pulumi.Input.mapToInputs(args.toMap()),
    options: options,
  ).apply(GetLocalGatewayVirtualInterfaceResult.fromMap);
}