getServiceLinkVirtualInterfaceOutput function

Output<GetServiceLinkVirtualInterfaceResult> getServiceLinkVirtualInterfaceOutput(
  1. GetServiceLinkVirtualInterfaceArgs args, {
  2. InvokeOutputOptions? options,
})

Implementation

pulumi.Output<GetServiceLinkVirtualInterfaceResult> getServiceLinkVirtualInterfaceOutput(
  GetServiceLinkVirtualInterfaceArgs args, {
  pulumi.InvokeOutputOptions? options,
}) {
  return pulumi.invokeOutput<Map<String, dynamic>>(
    'aws:ec2/getServiceLinkVirtualInterface:getServiceLinkVirtualInterface',
    pulumi.Input.mapToInputs(args.toMap()),
    options: options,
  ).apply(GetServiceLinkVirtualInterfaceResult.fromMap);
}