Show / Hide Table of Contents

Class ProviderArgs

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

Constructors

View Source

ProviderArgs()

Declaration
public ProviderArgs()

Properties

View Source

AccountId

Configure API client to always use that account.

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

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>
View Source

ApiKey

The API key for operations.

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

ApiToken

The API Token for operations.

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

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>
View Source

Email

A registered Cloudflare email address.

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

MaxBackoff

Maximum backoff period in seconds after failed API calls

Declaration
public Input<int> MaxBackoff { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MinBackoff

Minimum backoff period in seconds after failed API calls

Declaration
public Input<int> MinBackoff { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.