Class PrivateEndpointInterfaceLinkArgs
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 PrivateEndpointInterfaceLinkArgs : ResourceArgs
Constructors
View SourcePrivateEndpointInterfaceLinkArgs()
Declaration
public PrivateEndpointInterfaceLinkArgs()
Properties
View SourceInterfaceEndpointId
Unique identifier of the interface endpoint you created in your VPC with the AWS resource.
Declaration
public Input<string> InterfaceEndpointId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrivateLinkId
Unique identifier of the AWS PrivateLink connection which is created by mongodbatlas..PrivateEndpoint resource.
Declaration
public Input<string> PrivateLinkId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProjectId
Unique identifier for the project.
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |