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.Fastly
Assembly: Pulumi.Fastly.dll
Syntax
public static class Config
Properties
View SourceApiKey
Fastly API Key from https://app.fastly.com/#account
Declaration
public static string ApiKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
BaseUrl
Fastly API URL
Declaration
public static string BaseUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |