config

package
v0.6.2 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetApikeyAuth added in v0.5.1

func GetApikeyAuth(ctx *pulumi.Context) string

func GetContentType added in v0.4.0

func GetContentType(ctx *pulumi.Context) string

func GetEndpoints added in v0.4.0

func GetEndpoints(ctx *pulumi.Context) string

Types

type Endpoints added in v0.4.0

type Endpoints struct {
	// Use this to override the resource endpoint URL (the default one or the one constructed from the `region`).
	Apps *string `pulumi:"apps"`
	// Use this to override the resource endpoint URL (the default one or the one constructed from the `region`).
	AppsRules *string `pulumi:"appsRules"`
	// Use this to override the resource endpoint URL (the default one or the one constructed from the `region`).
	AuthServers *string `pulumi:"authServers"`
	// Use this to override the resource endpoint URL (the default one or the one constructed from the `region`).
	Privileges *string `pulumi:"privileges"`
	// Use this to override the resource endpoint URL (the default one or the one constructed from the `region`).
	RiskRules *string `pulumi:"riskRules"`
	// Use this to override the resource endpoint URL (the default one or the one constructed from the `region`).
	Roles *string `pulumi:"roles"`
	// Use this to override the resource endpoint URL (the default one or the one constructed from the `region`).
	Users *string `pulumi:"users"`
	// Use this to override the resource endpoint URL (the default one or the one constructed from the `region`).
	UsersV1 *string `pulumi:"usersV1"`
}

type EndpointsArgs added in v0.4.0

type EndpointsArgs struct {
	// Use this to override the resource endpoint URL (the default one or the one constructed from the `region`).
	Apps pulumi.StringPtrInput `pulumi:"apps"`
	// Use this to override the resource endpoint URL (the default one or the one constructed from the `region`).
	AppsRules pulumi.StringPtrInput `pulumi:"appsRules"`
	// Use this to override the resource endpoint URL (the default one or the one constructed from the `region`).
	AuthServers pulumi.StringPtrInput `pulumi:"authServers"`
	// Use this to override the resource endpoint URL (the default one or the one constructed from the `region`).
	Privileges pulumi.StringPtrInput `pulumi:"privileges"`
	// Use this to override the resource endpoint URL (the default one or the one constructed from the `region`).
	RiskRules pulumi.StringPtrInput `pulumi:"riskRules"`
	// Use this to override the resource endpoint URL (the default one or the one constructed from the `region`).
	Roles pulumi.StringPtrInput `pulumi:"roles"`
	// Use this to override the resource endpoint URL (the default one or the one constructed from the `region`).
	Users pulumi.StringPtrInput `pulumi:"users"`
	// Use this to override the resource endpoint URL (the default one or the one constructed from the `region`).
	UsersV1 pulumi.StringPtrInput `pulumi:"usersV1"`
}

func (EndpointsArgs) ElementType added in v0.4.0

func (EndpointsArgs) ElementType() reflect.Type

func (EndpointsArgs) ToEndpointsOutput added in v0.4.0

func (i EndpointsArgs) ToEndpointsOutput() EndpointsOutput

func (EndpointsArgs) ToEndpointsOutputWithContext added in v0.4.0

func (i EndpointsArgs) ToEndpointsOutputWithContext(ctx context.Context) EndpointsOutput

type EndpointsArray added in v0.4.0

type EndpointsArray []EndpointsInput

func (EndpointsArray) ElementType added in v0.4.0

func (EndpointsArray) ElementType() reflect.Type

func (EndpointsArray) ToEndpointsArrayOutput added in v0.4.0

func (i EndpointsArray) ToEndpointsArrayOutput() EndpointsArrayOutput

func (EndpointsArray) ToEndpointsArrayOutputWithContext added in v0.4.0

func (i EndpointsArray) ToEndpointsArrayOutputWithContext(ctx context.Context) EndpointsArrayOutput

type EndpointsArrayInput added in v0.4.0

type EndpointsArrayInput interface {
	pulumi.Input

	ToEndpointsArrayOutput() EndpointsArrayOutput
	ToEndpointsArrayOutputWithContext(context.Context) EndpointsArrayOutput
}

EndpointsArrayInput is an input type that accepts EndpointsArray and EndpointsArrayOutput values. You can construct a concrete instance of `EndpointsArrayInput` via:

EndpointsArray{ EndpointsArgs{...} }

type EndpointsArrayOutput added in v0.4.0

type EndpointsArrayOutput struct{ *pulumi.OutputState }

func (EndpointsArrayOutput) ElementType added in v0.4.0

func (EndpointsArrayOutput) ElementType() reflect.Type

func (EndpointsArrayOutput) Index added in v0.4.0

func (EndpointsArrayOutput) ToEndpointsArrayOutput added in v0.4.0

func (o EndpointsArrayOutput) ToEndpointsArrayOutput() EndpointsArrayOutput

func (EndpointsArrayOutput) ToEndpointsArrayOutputWithContext added in v0.4.0

func (o EndpointsArrayOutput) ToEndpointsArrayOutputWithContext(ctx context.Context) EndpointsArrayOutput

type EndpointsInput added in v0.4.0

type EndpointsInput interface {
	pulumi.Input

	ToEndpointsOutput() EndpointsOutput
	ToEndpointsOutputWithContext(context.Context) EndpointsOutput
}

EndpointsInput is an input type that accepts EndpointsArgs and EndpointsOutput values. You can construct a concrete instance of `EndpointsInput` via:

EndpointsArgs{...}

type EndpointsOutput added in v0.4.0

type EndpointsOutput struct{ *pulumi.OutputState }

func (EndpointsOutput) Apps added in v0.4.0

Use this to override the resource endpoint URL (the default one or the one constructed from the `region`).

func (EndpointsOutput) AppsRules added in v0.5.1

func (o EndpointsOutput) AppsRules() pulumi.StringPtrOutput

Use this to override the resource endpoint URL (the default one or the one constructed from the `region`).

func (EndpointsOutput) AuthServers added in v0.5.1

func (o EndpointsOutput) AuthServers() pulumi.StringPtrOutput

Use this to override the resource endpoint URL (the default one or the one constructed from the `region`).

func (EndpointsOutput) ElementType added in v0.4.0

func (EndpointsOutput) ElementType() reflect.Type

func (EndpointsOutput) Privileges added in v0.5.1

func (o EndpointsOutput) Privileges() pulumi.StringPtrOutput

Use this to override the resource endpoint URL (the default one or the one constructed from the `region`).

func (EndpointsOutput) RiskRules added in v0.5.1

func (o EndpointsOutput) RiskRules() pulumi.StringPtrOutput

Use this to override the resource endpoint URL (the default one or the one constructed from the `region`).

func (EndpointsOutput) Roles added in v0.5.1

Use this to override the resource endpoint URL (the default one or the one constructed from the `region`).

func (EndpointsOutput) ToEndpointsOutput added in v0.4.0

func (o EndpointsOutput) ToEndpointsOutput() EndpointsOutput

func (EndpointsOutput) ToEndpointsOutputWithContext added in v0.4.0

func (o EndpointsOutput) ToEndpointsOutputWithContext(ctx context.Context) EndpointsOutput

func (EndpointsOutput) Users added in v0.4.0

Use this to override the resource endpoint URL (the default one or the one constructed from the `region`).

func (EndpointsOutput) UsersV1 added in v0.5.1

Use this to override the resource endpoint URL (the default one or the one constructed from the `region`).

Jump to

Keyboard shortcuts

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