Show / Hide Table of Contents

Class PrivateEndpointInterfaceLinkArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PrivateEndpointInterfaceLinkArgs
Inherited Members
ResourceArgs.Empty
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 Source

PrivateEndpointInterfaceLinkArgs()

Declaration
public PrivateEndpointInterfaceLinkArgs()

Properties

View Source

InterfaceEndpointId

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>
View Source

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>
View Source

ProjectId

Unique identifier for the project.

Declaration
public Input<string> ProjectId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.