getLocalGatewayVirtualInterfaceOutput function
Output<GetLocalGatewayVirtualInterfaceResult>
getLocalGatewayVirtualInterfaceOutput(
- GetLocalGatewayVirtualInterfaceArgs args, {
- 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);
}