Class Config
Inheritance
System.Object
Config
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.CloudAmqp
Assembly: Pulumi.CloudAmqp.dll
Syntax
public static class Config
Properties
View SourceApikey
Key used to authentication to the CloudAMQP Customer API
Declaration
public static string Apikey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Baseurl
Base URL to CloudAMQP Customer website
Declaration
public static string Baseurl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |