getServiceLinkVirtualInterfacesOutput function
Output<GetServiceLinkVirtualInterfacesResult>
getServiceLinkVirtualInterfacesOutput(
- GetServiceLinkVirtualInterfacesArgs args, {
- 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);
}