config

package
v2.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetAppsecSection deprecated

func GetAppsecSection(ctx *pulumi.Context) string

Deprecated: The setting "appsec_section" has been deprecated.

func GetAppsecs deprecated

func GetAppsecs(ctx *pulumi.Context) string

Deprecated: The setting "appsec" has been deprecated.

func GetCacheEnabled

func GetCacheEnabled(ctx *pulumi.Context) bool

func GetConfig

func GetConfig(ctx *pulumi.Context) string

func GetConfigSection

func GetConfigSection(ctx *pulumi.Context) string

The section of the edgerc file to use for configuration

func GetDns deprecated

func GetDns(ctx *pulumi.Context) string

Deprecated: The setting "dns" has been deprecated.

func GetDnsSection deprecated

func GetDnsSection(ctx *pulumi.Context) string

Deprecated: The setting "dns_section" has been deprecated.

func GetEdgerc

func GetEdgerc(ctx *pulumi.Context) string

func GetGtm deprecated

func GetGtm(ctx *pulumi.Context) string

Deprecated: The setting "gtm" has been deprecated.

func GetGtmSection deprecated

func GetGtmSection(ctx *pulumi.Context) string

Deprecated: The setting "gtm_section" has been deprecated.

func GetNetworklistSection deprecated added in v2.3.0

func GetNetworklistSection(ctx *pulumi.Context) string

Deprecated: The setting "networklist_section" has been deprecated.

func GetNetworks added in v2.3.0

func GetNetworks(ctx *pulumi.Context) string

func GetPapiSection deprecated

func GetPapiSection(ctx *pulumi.Context) string

Deprecated: The setting "papi_section" has been deprecated.

func GetProperty deprecated

func GetProperty(ctx *pulumi.Context) string

Deprecated: The setting "property" has been deprecated.

func GetPropertySection deprecated

func GetPropertySection(ctx *pulumi.Context) string

Deprecated: The setting "property_section" has been deprecated.

Types

type Appsecs

type Appsecs struct {
	AccessToken  *string `pulumi:"accessToken"`
	AccountKey   *string `pulumi:"accountKey"`
	ClientSecret *string `pulumi:"clientSecret"`
	ClientToken  *string `pulumi:"clientToken"`
	Host         *string `pulumi:"host"`
	MaxBody      *int    `pulumi:"maxBody"`
}

type AppsecsArgs

type AppsecsArgs struct {
	AccessToken  pulumi.StringPtrInput `pulumi:"accessToken"`
	AccountKey   pulumi.StringPtrInput `pulumi:"accountKey"`
	ClientSecret pulumi.StringPtrInput `pulumi:"clientSecret"`
	ClientToken  pulumi.StringPtrInput `pulumi:"clientToken"`
	Host         pulumi.StringPtrInput `pulumi:"host"`
	MaxBody      pulumi.IntPtrInput    `pulumi:"maxBody"`
}

func (AppsecsArgs) ElementType

func (AppsecsArgs) ElementType() reflect.Type

func (AppsecsArgs) ToAppsecsOutput

func (i AppsecsArgs) ToAppsecsOutput() AppsecsOutput

func (AppsecsArgs) ToAppsecsOutputWithContext

func (i AppsecsArgs) ToAppsecsOutputWithContext(ctx context.Context) AppsecsOutput

type AppsecsArray

type AppsecsArray []AppsecsInput

func (AppsecsArray) ElementType

func (AppsecsArray) ElementType() reflect.Type

func (AppsecsArray) ToAppsecsArrayOutput

func (i AppsecsArray) ToAppsecsArrayOutput() AppsecsArrayOutput

func (AppsecsArray) ToAppsecsArrayOutputWithContext

func (i AppsecsArray) ToAppsecsArrayOutputWithContext(ctx context.Context) AppsecsArrayOutput

type AppsecsArrayInput

type AppsecsArrayInput interface {
	pulumi.Input

	ToAppsecsArrayOutput() AppsecsArrayOutput
	ToAppsecsArrayOutputWithContext(context.Context) AppsecsArrayOutput
}

AppsecsArrayInput is an input type that accepts AppsecsArray and AppsecsArrayOutput values. You can construct a concrete instance of `AppsecsArrayInput` via:

AppsecsArray{ AppsecsArgs{...} }

type AppsecsArrayOutput

type AppsecsArrayOutput struct{ *pulumi.OutputState }

func (AppsecsArrayOutput) ElementType

func (AppsecsArrayOutput) ElementType() reflect.Type

func (AppsecsArrayOutput) Index

func (AppsecsArrayOutput) ToAppsecsArrayOutput

func (o AppsecsArrayOutput) ToAppsecsArrayOutput() AppsecsArrayOutput

func (AppsecsArrayOutput) ToAppsecsArrayOutputWithContext

func (o AppsecsArrayOutput) ToAppsecsArrayOutputWithContext(ctx context.Context) AppsecsArrayOutput

type AppsecsInput

type AppsecsInput interface {
	pulumi.Input

	ToAppsecsOutput() AppsecsOutput
	ToAppsecsOutputWithContext(context.Context) AppsecsOutput
}

AppsecsInput is an input type that accepts AppsecsArgs and AppsecsOutput values. You can construct a concrete instance of `AppsecsInput` via:

AppsecsArgs{...}

type AppsecsOutput

type AppsecsOutput struct{ *pulumi.OutputState }

func (AppsecsOutput) AccessToken

func (o AppsecsOutput) AccessToken() pulumi.StringPtrOutput

func (AppsecsOutput) AccountKey

func (o AppsecsOutput) AccountKey() pulumi.StringPtrOutput

func (AppsecsOutput) ClientSecret

func (o AppsecsOutput) ClientSecret() pulumi.StringPtrOutput

func (AppsecsOutput) ClientToken

func (o AppsecsOutput) ClientToken() pulumi.StringPtrOutput

func (AppsecsOutput) ElementType

func (AppsecsOutput) ElementType() reflect.Type

func (AppsecsOutput) Host

func (AppsecsOutput) MaxBody

func (o AppsecsOutput) MaxBody() pulumi.IntPtrOutput

func (AppsecsOutput) ToAppsecsOutput

func (o AppsecsOutput) ToAppsecsOutput() AppsecsOutput

func (AppsecsOutput) ToAppsecsOutputWithContext

func (o AppsecsOutput) ToAppsecsOutputWithContext(ctx context.Context) AppsecsOutput

type Config

type Config struct {
	AccessToken  *string `pulumi:"accessToken"`
	AccountKey   *string `pulumi:"accountKey"`
	ClientSecret *string `pulumi:"clientSecret"`
	ClientToken  *string `pulumi:"clientToken"`
	Host         *string `pulumi:"host"`
	MaxBody      *int    `pulumi:"maxBody"`
}

type ConfigArgs

type ConfigArgs struct {
	AccessToken  pulumi.StringPtrInput `pulumi:"accessToken"`
	AccountKey   pulumi.StringPtrInput `pulumi:"accountKey"`
	ClientSecret pulumi.StringPtrInput `pulumi:"clientSecret"`
	ClientToken  pulumi.StringPtrInput `pulumi:"clientToken"`
	Host         pulumi.StringPtrInput `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.StringPtrOutput

func (ConfigOutput) AccountKey

func (o ConfigOutput) AccountKey() pulumi.StringPtrOutput

func (ConfigOutput) ClientSecret

func (o ConfigOutput) ClientSecret() pulumi.StringPtrOutput

func (ConfigOutput) ClientToken

func (o ConfigOutput) ClientToken() pulumi.StringPtrOutput

func (ConfigOutput) ElementType

func (ConfigOutput) ElementType() reflect.Type

func (ConfigOutput) Host

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

type Dns

type Dns struct {
	AccessToken  *string `pulumi:"accessToken"`
	AccountKey   *string `pulumi:"accountKey"`
	ClientSecret *string `pulumi:"clientSecret"`
	ClientToken  *string `pulumi:"clientToken"`
	Host         *string `pulumi:"host"`
	MaxBody      *int    `pulumi:"maxBody"`
}

type DnsArgs

type DnsArgs struct {
	AccessToken  pulumi.StringPtrInput `pulumi:"accessToken"`
	AccountKey   pulumi.StringPtrInput `pulumi:"accountKey"`
	ClientSecret pulumi.StringPtrInput `pulumi:"clientSecret"`
	ClientToken  pulumi.StringPtrInput `pulumi:"clientToken"`
	Host         pulumi.StringPtrInput `pulumi:"host"`
	MaxBody      pulumi.IntPtrInput    `pulumi:"maxBody"`
}

func (DnsArgs) ElementType

func (DnsArgs) ElementType() reflect.Type

func (DnsArgs) ToDnsOutput

func (i DnsArgs) ToDnsOutput() DnsOutput

func (DnsArgs) ToDnsOutputWithContext

func (i DnsArgs) ToDnsOutputWithContext(ctx context.Context) DnsOutput

type DnsInput

type DnsInput interface {
	pulumi.Input

	ToDnsOutput() DnsOutput
	ToDnsOutputWithContext(context.Context) DnsOutput
}

DnsInput is an input type that accepts DnsArgs and DnsOutput values. You can construct a concrete instance of `DnsInput` via:

DnsArgs{...}

type DnsOutput

type DnsOutput struct{ *pulumi.OutputState }

func (DnsOutput) AccessToken

func (o DnsOutput) AccessToken() pulumi.StringPtrOutput

func (DnsOutput) AccountKey

func (o DnsOutput) AccountKey() pulumi.StringPtrOutput

func (DnsOutput) ClientSecret

func (o DnsOutput) ClientSecret() pulumi.StringPtrOutput

func (DnsOutput) ClientToken

func (o DnsOutput) ClientToken() pulumi.StringPtrOutput

func (DnsOutput) ElementType

func (DnsOutput) ElementType() reflect.Type

func (DnsOutput) Host

func (o DnsOutput) Host() pulumi.StringPtrOutput

func (DnsOutput) MaxBody

func (o DnsOutput) MaxBody() pulumi.IntPtrOutput

func (DnsOutput) ToDnsOutput

func (o DnsOutput) ToDnsOutput() DnsOutput

func (DnsOutput) ToDnsOutputWithContext

func (o DnsOutput) ToDnsOutputWithContext(ctx context.Context) DnsOutput

type Gtm

type Gtm struct {
	AccessToken  *string `pulumi:"accessToken"`
	AccountKey   *string `pulumi:"accountKey"`
	ClientSecret *string `pulumi:"clientSecret"`
	ClientToken  *string `pulumi:"clientToken"`
	Host         *string `pulumi:"host"`
	MaxBody      *int    `pulumi:"maxBody"`
}

type GtmArgs

type GtmArgs struct {
	AccessToken  pulumi.StringPtrInput `pulumi:"accessToken"`
	AccountKey   pulumi.StringPtrInput `pulumi:"accountKey"`
	ClientSecret pulumi.StringPtrInput `pulumi:"clientSecret"`
	ClientToken  pulumi.StringPtrInput `pulumi:"clientToken"`
	Host         pulumi.StringPtrInput `pulumi:"host"`
	MaxBody      pulumi.IntPtrInput    `pulumi:"maxBody"`
}

func (GtmArgs) ElementType

func (GtmArgs) ElementType() reflect.Type

func (GtmArgs) ToGtmOutput

func (i GtmArgs) ToGtmOutput() GtmOutput

func (GtmArgs) ToGtmOutputWithContext

func (i GtmArgs) ToGtmOutputWithContext(ctx context.Context) GtmOutput

type GtmInput

type GtmInput interface {
	pulumi.Input

	ToGtmOutput() GtmOutput
	ToGtmOutputWithContext(context.Context) GtmOutput
}

GtmInput is an input type that accepts GtmArgs and GtmOutput values. You can construct a concrete instance of `GtmInput` via:

GtmArgs{...}

type GtmOutput

type GtmOutput struct{ *pulumi.OutputState }

func (GtmOutput) AccessToken

func (o GtmOutput) AccessToken() pulumi.StringPtrOutput

func (GtmOutput) AccountKey

func (o GtmOutput) AccountKey() pulumi.StringPtrOutput

func (GtmOutput) ClientSecret

func (o GtmOutput) ClientSecret() pulumi.StringPtrOutput

func (GtmOutput) ClientToken

func (o GtmOutput) ClientToken() pulumi.StringPtrOutput

func (GtmOutput) ElementType

func (GtmOutput) ElementType() reflect.Type

func (GtmOutput) Host

func (o GtmOutput) Host() pulumi.StringPtrOutput

func (GtmOutput) MaxBody

func (o GtmOutput) MaxBody() pulumi.IntPtrOutput

func (GtmOutput) ToGtmOutput

func (o GtmOutput) ToGtmOutput() GtmOutput

func (GtmOutput) ToGtmOutputWithContext

func (o GtmOutput) ToGtmOutputWithContext(ctx context.Context) GtmOutput

type Networks added in v2.3.0

type Networks struct {
	AccessToken  *string `pulumi:"accessToken"`
	AccountKey   *string `pulumi:"accountKey"`
	ClientSecret *string `pulumi:"clientSecret"`
	ClientToken  *string `pulumi:"clientToken"`
	Host         *string `pulumi:"host"`
	MaxBody      *int    `pulumi:"maxBody"`
}

type NetworksArgs added in v2.3.0

type NetworksArgs struct {
	AccessToken  pulumi.StringPtrInput `pulumi:"accessToken"`
	AccountKey   pulumi.StringPtrInput `pulumi:"accountKey"`
	ClientSecret pulumi.StringPtrInput `pulumi:"clientSecret"`
	ClientToken  pulumi.StringPtrInput `pulumi:"clientToken"`
	Host         pulumi.StringPtrInput `pulumi:"host"`
	MaxBody      pulumi.IntPtrInput    `pulumi:"maxBody"`
}

func (NetworksArgs) ElementType added in v2.3.0

func (NetworksArgs) ElementType() reflect.Type

func (NetworksArgs) ToNetworksOutput added in v2.3.0

func (i NetworksArgs) ToNetworksOutput() NetworksOutput

func (NetworksArgs) ToNetworksOutputWithContext added in v2.3.0

func (i NetworksArgs) ToNetworksOutputWithContext(ctx context.Context) NetworksOutput

type NetworksArray added in v2.3.0

type NetworksArray []NetworksInput

func (NetworksArray) ElementType added in v2.3.0

func (NetworksArray) ElementType() reflect.Type

func (NetworksArray) ToNetworksArrayOutput added in v2.3.0

func (i NetworksArray) ToNetworksArrayOutput() NetworksArrayOutput

func (NetworksArray) ToNetworksArrayOutputWithContext added in v2.3.0

func (i NetworksArray) ToNetworksArrayOutputWithContext(ctx context.Context) NetworksArrayOutput

type NetworksArrayInput added in v2.3.0

type NetworksArrayInput interface {
	pulumi.Input

	ToNetworksArrayOutput() NetworksArrayOutput
	ToNetworksArrayOutputWithContext(context.Context) NetworksArrayOutput
}

NetworksArrayInput is an input type that accepts NetworksArray and NetworksArrayOutput values. You can construct a concrete instance of `NetworksArrayInput` via:

NetworksArray{ NetworksArgs{...} }

type NetworksArrayOutput added in v2.3.0

type NetworksArrayOutput struct{ *pulumi.OutputState }

func (NetworksArrayOutput) ElementType added in v2.3.0

func (NetworksArrayOutput) ElementType() reflect.Type

func (NetworksArrayOutput) Index added in v2.3.0

func (NetworksArrayOutput) ToNetworksArrayOutput added in v2.3.0

func (o NetworksArrayOutput) ToNetworksArrayOutput() NetworksArrayOutput

func (NetworksArrayOutput) ToNetworksArrayOutputWithContext added in v2.3.0

func (o NetworksArrayOutput) ToNetworksArrayOutputWithContext(ctx context.Context) NetworksArrayOutput

type NetworksInput added in v2.3.0

type NetworksInput interface {
	pulumi.Input

	ToNetworksOutput() NetworksOutput
	ToNetworksOutputWithContext(context.Context) NetworksOutput
}

NetworksInput is an input type that accepts NetworksArgs and NetworksOutput values. You can construct a concrete instance of `NetworksInput` via:

NetworksArgs{...}

type NetworksOutput added in v2.3.0

type NetworksOutput struct{ *pulumi.OutputState }

func (NetworksOutput) AccessToken added in v2.3.0

func (o NetworksOutput) AccessToken() pulumi.StringPtrOutput

func (NetworksOutput) AccountKey added in v2.3.0

func (o NetworksOutput) AccountKey() pulumi.StringPtrOutput

func (NetworksOutput) ClientSecret added in v2.3.0

func (o NetworksOutput) ClientSecret() pulumi.StringPtrOutput

func (NetworksOutput) ClientToken added in v2.3.0

func (o NetworksOutput) ClientToken() pulumi.StringPtrOutput

func (NetworksOutput) ElementType added in v2.3.0

func (NetworksOutput) ElementType() reflect.Type

func (NetworksOutput) Host added in v2.3.0

func (NetworksOutput) MaxBody added in v2.3.0

func (o NetworksOutput) MaxBody() pulumi.IntPtrOutput

func (NetworksOutput) ToNetworksOutput added in v2.3.0

func (o NetworksOutput) ToNetworksOutput() NetworksOutput

func (NetworksOutput) ToNetworksOutputWithContext added in v2.3.0

func (o NetworksOutput) ToNetworksOutputWithContext(ctx context.Context) NetworksOutput

type Property

type Property struct {
	AccessToken  *string `pulumi:"accessToken"`
	AccountKey   *string `pulumi:"accountKey"`
	ClientSecret *string `pulumi:"clientSecret"`
	ClientToken  *string `pulumi:"clientToken"`
	Host         *string `pulumi:"host"`
	MaxBody      *int    `pulumi:"maxBody"`
}

type PropertyArgs

type PropertyArgs struct {
	AccessToken  pulumi.StringPtrInput `pulumi:"accessToken"`
	AccountKey   pulumi.StringPtrInput `pulumi:"accountKey"`
	ClientSecret pulumi.StringPtrInput `pulumi:"clientSecret"`
	ClientToken  pulumi.StringPtrInput `pulumi:"clientToken"`
	Host         pulumi.StringPtrInput `pulumi:"host"`
	MaxBody      pulumi.IntPtrInput    `pulumi:"maxBody"`
}

func (PropertyArgs) ElementType

func (PropertyArgs) ElementType() reflect.Type

func (PropertyArgs) ToPropertyOutput

func (i PropertyArgs) ToPropertyOutput() PropertyOutput

func (PropertyArgs) ToPropertyOutputWithContext

func (i PropertyArgs) ToPropertyOutputWithContext(ctx context.Context) PropertyOutput

type PropertyInput

type PropertyInput interface {
	pulumi.Input

	ToPropertyOutput() PropertyOutput
	ToPropertyOutputWithContext(context.Context) PropertyOutput
}

PropertyInput is an input type that accepts PropertyArgs and PropertyOutput values. You can construct a concrete instance of `PropertyInput` via:

PropertyArgs{...}

type PropertyOutput

type PropertyOutput struct{ *pulumi.OutputState }

func (PropertyOutput) AccessToken

func (o PropertyOutput) AccessToken() pulumi.StringPtrOutput

func (PropertyOutput) AccountKey

func (o PropertyOutput) AccountKey() pulumi.StringPtrOutput

func (PropertyOutput) ClientSecret

func (o PropertyOutput) ClientSecret() pulumi.StringPtrOutput

func (PropertyOutput) ClientToken

func (o PropertyOutput) ClientToken() pulumi.StringPtrOutput

func (PropertyOutput) ElementType

func (PropertyOutput) ElementType() reflect.Type

func (PropertyOutput) Host

func (PropertyOutput) MaxBody

func (o PropertyOutput) MaxBody() pulumi.IntPtrOutput

func (PropertyOutput) ToPropertyOutput

func (o PropertyOutput) ToPropertyOutput() PropertyOutput

func (PropertyOutput) ToPropertyOutputWithContext

func (o PropertyOutput) ToPropertyOutputWithContext(ctx context.Context) PropertyOutput

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL