ecsclustercapacityproviders

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 DefaultCapacityProviderStrategy

type DefaultCapacityProviderStrategy struct {
	// Base: number, optional
	Base terra.NumberValue `hcl:"base,attr"`
	// CapacityProvider: string, required
	CapacityProvider terra.StringValue `hcl:"capacity_provider,attr" validate:"required"`
	// Weight: number, optional
	Weight terra.NumberValue `hcl:"weight,attr"`
}

type DefaultCapacityProviderStrategyAttributes

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

func (DefaultCapacityProviderStrategyAttributes) Base

func (DefaultCapacityProviderStrategyAttributes) CapacityProvider

func (DefaultCapacityProviderStrategyAttributes) InternalRef

func (DefaultCapacityProviderStrategyAttributes) InternalTokens

func (DefaultCapacityProviderStrategyAttributes) InternalWithRef

func (DefaultCapacityProviderStrategyAttributes) Weight

type DefaultCapacityProviderStrategyState

type DefaultCapacityProviderStrategyState struct {
	Base             float64 `json:"base"`
	CapacityProvider string  `json:"capacity_provider"`
	Weight           float64 `json:"weight"`
}

Jump to

Keyboard shortcuts

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