ecsconst

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: May 24, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// DescribeServices can describe services up to this value
	// cf. https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeServices.html
	MaxDescribableServices = 10
	// DescribeTasks can describe tasks up to this value
	// cf. https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeTasks.html
	MaxDescribableTasks = 100
	// ListContainerInstances can list container instances up to this value
	// cf. https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListContainerInstances.html
	MaxListableContainerInstances = 100
	// UpdateContainerInstancesState can update instances' state up to this value, and if you try to update more than
	// 10 instances, the error "InvalidParameterException: instanceIds can have at most 10 items." occurs.
	MaxUpdatableContainerInstancesState = 10
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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