Show / Hide Table of Contents

Class PrivateEndpointInterfaceLinkState

Inheritance
System.Object
InputArgs
ResourceArgs
PrivateEndpointInterfaceLinkState
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 PrivateEndpointInterfaceLinkState : ResourceArgs

Constructors

View Source

PrivateEndpointInterfaceLinkState()

Declaration
public PrivateEndpointInterfaceLinkState()

Properties

View Source

ConnectionStatus

Status of the interface endpoint. Returns one of the following values:

Declaration
public Input<string> ConnectionStatus { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DeleteRequested

Indicates if Atlas received a request to remove the interface endpoint from the private endpoint connection.

Declaration
public Input<bool> DeleteRequested { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ErrorMessage

Error message pertaining to the interface endpoint. Returns null if there are no errors.

Declaration
public Input<string> ErrorMessage { get; set; }
Property Value
Type Description
Input<System.String>
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.