Documentation
¶
Index ¶
- func GetCacheEnabled(ctx *pulumi.Context) bool
- func GetConfig(ctx *pulumi.Context) string
- func GetConfigSection(ctx *pulumi.Context) string
- func GetEdgerc(ctx *pulumi.Context) string
- func GetRequestLimit(ctx *pulumi.Context) int
- func GetRetryDisabled(ctx *pulumi.Context) bool
- func GetRetryMax(ctx *pulumi.Context) int
- func GetRetryWaitMax(ctx *pulumi.Context) int
- func GetRetryWaitMin(ctx *pulumi.Context) int
- type Config
- type ConfigArgs
- type ConfigInput
- type ConfigOutput
- func (o ConfigOutput) AccessToken() pulumi.StringOutput
- func (o ConfigOutput) AccountKey() pulumi.StringPtrOutput
- func (o ConfigOutput) ClientSecret() pulumi.StringOutput
- func (o ConfigOutput) ClientToken() pulumi.StringOutput
- func (ConfigOutput) ElementType() reflect.Type
- func (o ConfigOutput) Host() pulumi.StringOutput
- func (o ConfigOutput) MaxBody() pulumi.IntPtrOutput
- func (o ConfigOutput) ToConfigOutput() ConfigOutput
- func (o ConfigOutput) ToConfigOutputWithContext(ctx context.Context) ConfigOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCacheEnabled ¶
func GetConfigSection ¶
The section of the edgerc file to use for configuration
func GetRequestLimit ¶
The maximum number of API requests to be made per second (0 for no limit)
func GetRetryDisabled ¶
Should the retries of API requests be disabled, default false
func GetRetryMax ¶
The maximum number retires of API requests, default 10
func GetRetryWaitMax ¶
The maximum wait time in seconds between API requests retries, default is 30 sec
func GetRetryWaitMin ¶
The minimum wait time in seconds between API requests retries, default is 1 sec
Types ¶
type ConfigArgs ¶
type ConfigArgs struct { AccessToken pulumi.StringInput `pulumi:"accessToken"` AccountKey pulumi.StringPtrInput `pulumi:"accountKey"` ClientSecret pulumi.StringInput `pulumi:"clientSecret"` ClientToken pulumi.StringInput `pulumi:"clientToken"` Host pulumi.StringInput `pulumi:"host"` MaxBody pulumi.IntPtrInput `pulumi:"maxBody"` }
func (ConfigArgs) ElementType ¶
func (ConfigArgs) ElementType() reflect.Type
func (ConfigArgs) ToConfigOutput ¶
func (i ConfigArgs) ToConfigOutput() ConfigOutput
func (ConfigArgs) ToConfigOutputWithContext ¶
func (i ConfigArgs) ToConfigOutputWithContext(ctx context.Context) ConfigOutput
type ConfigInput ¶
type ConfigInput interface { pulumi.Input ToConfigOutput() ConfigOutput ToConfigOutputWithContext(context.Context) ConfigOutput }
ConfigInput is an input type that accepts ConfigArgs and ConfigOutput values. You can construct a concrete instance of `ConfigInput` via:
ConfigArgs{...}
type ConfigOutput ¶
type ConfigOutput struct{ *pulumi.OutputState }
func (ConfigOutput) AccessToken ¶
func (o ConfigOutput) AccessToken() pulumi.StringOutput
func (ConfigOutput) AccountKey ¶
func (o ConfigOutput) AccountKey() pulumi.StringPtrOutput
func (ConfigOutput) ClientSecret ¶
func (o ConfigOutput) ClientSecret() pulumi.StringOutput
func (ConfigOutput) ClientToken ¶
func (o ConfigOutput) ClientToken() pulumi.StringOutput
func (ConfigOutput) ElementType ¶
func (ConfigOutput) ElementType() reflect.Type
func (ConfigOutput) Host ¶
func (o ConfigOutput) Host() pulumi.StringOutput
func (ConfigOutput) MaxBody ¶
func (o ConfigOutput) MaxBody() pulumi.IntPtrOutput
func (ConfigOutput) ToConfigOutput ¶
func (o ConfigOutput) ToConfigOutput() ConfigOutput
func (ConfigOutput) ToConfigOutputWithContext ¶
func (o ConfigOutput) ToConfigOutputWithContext(ctx context.Context) ConfigOutput
Click to show internal directories.
Click to hide internal directories.