ProviderArgs

constructor(apiEndpoint: Output<String>? = null, httpRetryMax: Output<Int>? = null, httpRetryWaitMax: Output<Double>? = null, httpRetryWaitMin: Output<Double>? = null, requestsPerSecond: Output<Double>? = null, spacesAccessId: Output<String>? = null, spacesEndpoint: Output<String>? = null, spacesSecretKey: Output<String>? = null, token: Output<String>? = null)