Class GetPrivateEndpointResult
Inheritance
System.Object
GetPrivateEndpointResult
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 GetPrivateEndpointResult
Fields
View SourceEndpointServiceName
Name of the PrivateLink endpoint service in AWS. Returns null while the endpoint service is being created.
Declaration
public readonly string EndpointServiceName
Field Value
| Type | Description |
|---|---|
| System.String |
ErrorMessage
Error message pertaining to the AWS PrivateLink connection. Returns null if there are no errors.
Declaration
public readonly string ErrorMessage
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
InterfaceEndpoints
Unique identifiers of the interface endpoints in your VPC that you added to the AWS PrivateLink connection.
Declaration
public readonly ImmutableArray<string> InterfaceEndpoints
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
PrivateLinkId
Declaration
public readonly string PrivateLinkId
Field Value
| Type | Description |
|---|---|
| System.String |
ProjectId
Declaration
public readonly string ProjectId
Field Value
| Type | Description |
|---|---|
| System.String |
Status
Status of the AWS PrivateLink connection. Returns one of the following values:
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |