Show / Hide Table of Contents

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 Source

EndpointServiceName

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

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

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

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

PrivateLinkId

Declaration
public readonly string PrivateLinkId
Field Value
Type Description
System.String
View Source

ProjectId

Declaration
public readonly string ProjectId
Field Value
Type Description
System.String
View Source

Status

Status of the AWS PrivateLink connection. Returns one of the following values:

Declaration
public readonly string Status
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.