Class ProviderArgs
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.Cloudflare
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class ProviderArgs : ResourceArgs
Constructors
View SourceProviderArgs()
Declaration
public ProviderArgs()
Properties
View SourceAccountId
Configure API client to always use that account.
Declaration
public Input<string> AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ApiClientLogging
Whether to print logs from the API client (using the default log library logger)
Declaration
public Input<bool> ApiClientLogging { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ApiKey
The API key for operations.
Declaration
public Input<string> ApiKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ApiToken
The API Token for operations.
Declaration
public Input<string> ApiToken { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ApiUserServiceKey
A special Cloudflare API key good for a restricted set of endpoints.
Declaration
public Input<string> ApiUserServiceKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
A registered Cloudflare email address.
Declaration
public Input<string> Email { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MaxBackoff
Maximum backoff period in seconds after failed API calls
Declaration
public Input<int> MaxBackoff { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MinBackoff
Minimum backoff period in seconds after failed API calls
Declaration
public Input<int> MinBackoff { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Retries
Maximum number of retries to perform when an API request fails
Declaration
public Input<int> Retries { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Rps
RPS limit to apply when making calls to the API
Declaration
public Input<int> Rps { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |