Class GetPrivateEndpointInterfaceLink
Inheritance
System.Object
GetPrivateEndpointInterfaceLink
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Mongodbatlas
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public static class GetPrivateEndpointInterfaceLink
Methods
View SourceInvokeAsync(GetPrivateEndpointInterfaceLinkArgs, InvokeOptions)
mongodbatlas_private_endpoint_link describe a Private Endpoint Link. This represents a Private Endpoint Link Connection that wants to retrieve details in an Atlas project.
NOTE: Groups and projects are synonymous terms. You may find group_id in the official documentation.
{{% examples %}} {{% /examples %}}
Declaration
public static Task<GetPrivateEndpointInterfaceLinkResult> InvokeAsync(GetPrivateEndpointInterfaceLinkArgs args, InvokeOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| GetPrivateEndpointInterfaceLinkArgs | args | |
| InvokeOptions | options |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<GetPrivateEndpointInterfaceLinkResult> |