Class PrivateEndpointArgs
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 PrivateEndpointArgs : ResourceArgs
Constructors
View SourcePrivateEndpointArgs()
Declaration
public PrivateEndpointArgs()
Properties
View SourceProjectId
Required Unique identifier for the project.
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProviderName
Declaration
public Input<string> ProviderName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
Cloud provider region in which you want to create the private endpoint connection. Accepted values are:
us-east-1us-east-2us-west-1us-west-2ca-central-1sa-east-1eu-north-1eu-west-1eu-west-2eu-west-3eu-central-1me-south-1ap-northeast-1ap-northeast-2ap-south-1ap-southeast-1ap-southeast-2ap-east-1
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |