generator

package
v0.0.0-...-10fbf2b Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2025 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Args

type Args struct {
	GeneratorVersion pulumix.Input[string]
	Ledgers          map[string]LedgerConfiguration
}

func (*Args) SetDefaults

func (a *Args) SetDefaults()

type Component

type Component struct {
	pulumi.ResourceState
}

func NewComponent

func NewComponent(ctx *pulumi.Context, name string, args ComponentArgs, opts ...pulumi.ResourceOption) (*Component, error)

type ComponentArgs

type ComponentArgs struct {
	common.CommonArgs
	Args
	API *api.Component
}

type LedgerConfiguration

type LedgerConfiguration struct {
	UntilLogID        pulumix.Input[uint]
	Script            pulumix.Input[string]
	VUs               pulumix.Input[int]
	HTTPClientTimeout pulumix.Input[time.Duration]
	ScriptFromFile    pulumix.Input[string]
	SkipAwait         pulumix.Input[bool]
}

func (*LedgerConfiguration) SetDefaults

func (a *LedgerConfiguration) SetDefaults()

Jump to

Keyboard shortcuts

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