cloudformationstackset

package
v0.0.0-...-964ba77 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AutoDeployment

type AutoDeployment struct {
	// Enabled: bool, optional
	Enabled terra.BoolValue `hcl:"enabled,attr"`
	// RetainStacksOnAccountRemoval: bool, optional
	RetainStacksOnAccountRemoval terra.BoolValue `hcl:"retain_stacks_on_account_removal,attr"`
}

type AutoDeploymentAttributes

type AutoDeploymentAttributes struct {
	// contains filtered or unexported fields
}

func (AutoDeploymentAttributes) Enabled

func (AutoDeploymentAttributes) InternalRef

func (ad AutoDeploymentAttributes) InternalRef() (terra.Reference, error)

func (AutoDeploymentAttributes) InternalTokens

func (ad AutoDeploymentAttributes) InternalTokens() (hclwrite.Tokens, error)

func (AutoDeploymentAttributes) InternalWithRef

func (AutoDeploymentAttributes) RetainStacksOnAccountRemoval

func (ad AutoDeploymentAttributes) RetainStacksOnAccountRemoval() terra.BoolValue

type AutoDeploymentState

type AutoDeploymentState struct {
	Enabled                      bool `json:"enabled"`
	RetainStacksOnAccountRemoval bool `json:"retain_stacks_on_account_removal"`
}

type ManagedExecution

type ManagedExecution struct {
	// Active: bool, optional
	Active terra.BoolValue `hcl:"active,attr"`
}

type ManagedExecutionAttributes

type ManagedExecutionAttributes struct {
	// contains filtered or unexported fields
}

func (ManagedExecutionAttributes) Active

func (ManagedExecutionAttributes) InternalRef

func (me ManagedExecutionAttributes) InternalRef() (terra.Reference, error)

func (ManagedExecutionAttributes) InternalTokens

func (me ManagedExecutionAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ManagedExecutionAttributes) InternalWithRef

type ManagedExecutionState

type ManagedExecutionState struct {
	Active bool `json:"active"`
}

type OperationPreferences

type OperationPreferences struct {
	// FailureToleranceCount: number, optional
	FailureToleranceCount terra.NumberValue `hcl:"failure_tolerance_count,attr"`
	// FailureTolerancePercentage: number, optional
	FailureTolerancePercentage terra.NumberValue `hcl:"failure_tolerance_percentage,attr"`
	// MaxConcurrentCount: number, optional
	MaxConcurrentCount terra.NumberValue `hcl:"max_concurrent_count,attr"`
	// MaxConcurrentPercentage: number, optional
	MaxConcurrentPercentage terra.NumberValue `hcl:"max_concurrent_percentage,attr"`
	// RegionConcurrencyType: string, optional
	RegionConcurrencyType terra.StringValue `hcl:"region_concurrency_type,attr"`
	// RegionOrder: list of string, optional
	RegionOrder terra.ListValue[terra.StringValue] `hcl:"region_order,attr"`
}

type OperationPreferencesAttributes

type OperationPreferencesAttributes struct {
	// contains filtered or unexported fields
}

func (OperationPreferencesAttributes) FailureToleranceCount

func (op OperationPreferencesAttributes) FailureToleranceCount() terra.NumberValue

func (OperationPreferencesAttributes) FailureTolerancePercentage

func (op OperationPreferencesAttributes) FailureTolerancePercentage() terra.NumberValue

func (OperationPreferencesAttributes) InternalRef

func (OperationPreferencesAttributes) InternalTokens

func (op OperationPreferencesAttributes) InternalTokens() (hclwrite.Tokens, error)

func (OperationPreferencesAttributes) InternalWithRef

func (OperationPreferencesAttributes) MaxConcurrentCount

func (op OperationPreferencesAttributes) MaxConcurrentCount() terra.NumberValue

func (OperationPreferencesAttributes) MaxConcurrentPercentage

func (op OperationPreferencesAttributes) MaxConcurrentPercentage() terra.NumberValue

func (OperationPreferencesAttributes) RegionConcurrencyType

func (op OperationPreferencesAttributes) RegionConcurrencyType() terra.StringValue

func (OperationPreferencesAttributes) RegionOrder

type OperationPreferencesState

type OperationPreferencesState struct {
	FailureToleranceCount      float64  `json:"failure_tolerance_count"`
	FailureTolerancePercentage float64  `json:"failure_tolerance_percentage"`
	MaxConcurrentCount         float64  `json:"max_concurrent_count"`
	MaxConcurrentPercentage    float64  `json:"max_concurrent_percentage"`
	RegionConcurrencyType      string   `json:"region_concurrency_type"`
	RegionOrder                []string `json:"region_order"`
}

type Timeouts

type Timeouts struct {
	// Update: string, optional
	Update terra.StringValue `hcl:"update,attr"`
}

type TimeoutsAttributes

type TimeoutsAttributes struct {
	// contains filtered or unexported fields
}

func (TimeoutsAttributes) InternalRef

func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)

func (TimeoutsAttributes) InternalTokens

func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TimeoutsAttributes) InternalWithRef

func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes

func (TimeoutsAttributes) Update

type TimeoutsState

type TimeoutsState struct {
	Update string `json:"update"`
}

Jump to

Keyboard shortcuts

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