Show / Hide Table of Contents

Class ClusterConnectionStringsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterConnectionStringsArgs
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.Inputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class ClusterConnectionStringsArgs : ResourceArgs

Constructors

View Source

ClusterConnectionStringsArgs()

Declaration
public ClusterConnectionStringsArgs()

Properties

View Source

AwsPrivateLink

Declaration
public InputMap<object> AwsPrivateLink { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

AwsPrivateLinkSrv

Declaration
public InputMap<object> AwsPrivateLinkSrv { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Private

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

PrivateSrv

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

Standard

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

StandardSrv

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