Show / Hide Table of Contents

Class PrivateEndpointState

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

Constructors

View Source

PrivateEndpointState()

Declaration
public PrivateEndpointState()

Properties

View Source

EndpointServiceName

Name of the PrivateLink endpoint service in AWS. Returns null while the endpoint service is being created.

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

ErrorMessage

Error message pertaining to the AWS PrivateLink connection. Returns null if there are no errors.

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

InterfaceEndpoints

Unique identifiers of the interface endpoints in your VPC that you added to the AWS PrivateLink connection.

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

PrivateLinkId

Unique identifier of the AWS PrivateLink connection.

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

ProjectId

Required Unique identifier for the project.

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

ProviderName

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

Region

Cloud provider region in which you want to create the private endpoint connection. Accepted values are:

  • us-east-1
  • us-east-2
  • us-west-1
  • us-west-2
  • ca-central-1
  • sa-east-1
  • eu-north-1
  • eu-west-1
  • eu-west-2
  • eu-west-3
  • eu-central-1
  • me-south-1
  • ap-northeast-1
  • ap-northeast-2
  • ap-south-1
  • ap-southeast-1
  • ap-southeast-2
  • ap-east-1
Declaration
public Input<string> Region { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Status

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

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