Class GetPrivateEndpointInterfaceLinkArgs
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 sealed class GetPrivateEndpointInterfaceLinkArgs : InvokeArgs
Constructors
View SourceGetPrivateEndpointInterfaceLinkArgs()
Declaration
public GetPrivateEndpointInterfaceLinkArgs()
Properties
View SourceInterfaceEndpointId
Declaration
public string InterfaceEndpointId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrivateLinkId
Unique identifier of the AWS PrivateLink connection.
Declaration
public string PrivateLinkId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProjectId
Unique identifier for the project.
Declaration
public string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
System.String |