getServiceLinkVirtualInterfaceOutput function
Output<GetServiceLinkVirtualInterfaceResult>
getServiceLinkVirtualInterfaceOutput(
- GetServiceLinkVirtualInterfaceArgs args, {
- 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);
}