getServiceLinkVirtualInterfacesOutput function

Output<GetServiceLinkVirtualInterfacesResult> getServiceLinkVirtualInterfacesOutput(
  1. GetServiceLinkVirtualInterfacesArgs args, {
  2. InvokeOutputOptions? options,
})

Implementation

pulumi.Output<GetServiceLinkVirtualInterfacesResult> getServiceLinkVirtualInterfacesOutput(
  GetServiceLinkVirtualInterfacesArgs args, {
  pulumi.InvokeOutputOptions? options,
}) {
  return pulumi.invokeOutput<Map<String, dynamic>>(
    'aws:ec2/getServiceLinkVirtualInterfaces:getServiceLinkVirtualInterfaces',
    pulumi.Input.mapToInputs(args.toMap()),
    options: options,
  ).apply(GetServiceLinkVirtualInterfacesResult.fromMap);
}