Kitaru
Python SDK_interface_stacks

ManageStackCreateRequest

Validated stack-create request shared by interface layers.

Attributes

attributenamestr
attributeactivatebool
attributestack_typeStackType
attributeremote_specRemoteStackSpec | None
= None
attributecomponent_overridesStackComponentConfigOverrides
= field(default_factory=StackComponentConfigOverrides)

Functions

func__init__(self, name, activate, stack_type, remote_spec=None, component_overrides=StackComponentConfigOverrides()) -> None
paramself
paramnamestr
paramactivatebool
paramstack_typeStackType
paramremote_specRemoteStackSpec | None
= None
paramcomponent_overridesStackComponentConfigOverrides
= StackComponentConfigOverrides()

Returns

None

On this page