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()
Click to show internal directories.
Click to hide internal directories.