Class PrivateEndpointInterfaceLinkState
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 PrivateEndpointInterfaceLinkState : ResourceArgs
Constructors
View SourcePrivateEndpointInterfaceLinkState()
Declaration
public PrivateEndpointInterfaceLinkState()
Properties
View SourceConnectionStatus
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> |
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> |
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> |
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> |
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> |