config

package
v0.0.0-...-9fbffb6 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Provider

func Provider() p.Provider

Types

type Config

type Config struct {
	String string            `pulumi:"s"`
	Bool   bool              `pulumi:"b"`
	Int    int               `pulumi:"i"`
	Map    map[string]string `pulumi:"m"`
	Arr    []string          `pulumi:"a"`
	Nested ConfigNested      `pulumi:"n"`

	DString string `pulumi:"ds,optional"`
	DBool   *bool  `pulumi:"db,optional"`
	DInt    int    `pulumi:"di,optional"`
}

func (*Config) Annotate

func (c *Config) Annotate(a infer.Annotator)

type ConfigNested

type ConfigNested struct {
	String string            `pulumi:"s"`
	Bool   bool              `pulumi:"b"`
	Int    int               `pulumi:"i"`
	Map    map[string]string `pulumi:"m"`
	Arr    []string          `pulumi:"a"`
}

type Get

type Get struct{}

func (*Get) Create

func (*Get) Create(ctx p.Context, name string, input GetArgs, preview bool) (string, GetState, error)

type GetArgs

type GetArgs struct{}

type GetState

type GetState struct {
	Config string `pulumi:"config"`
}

Jump to

Keyboard shortcuts

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