ecs

package
v0.70.3 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cluster

type Cluster struct {
	types.Metadata
	Settings ClusterSettings
}

type ClusterSettings

type ClusterSettings struct {
	types.Metadata
	ContainerInsightsEnabled types.BoolValue
}

type ContainerDefinition added in v0.69.0

type ContainerDefinition struct {
	types.Metadata
	Name         types.StringValue
	Image        types.StringValue
	CPU          types.IntValue
	Memory       types.IntValue
	Essential    types.BoolValue
	PortMappings []PortMapping
	Environment  []EnvVar
	Privileged   types.BoolValue
}

func CreateDefinitionsFromString added in v0.69.0

func CreateDefinitionsFromString(metadata types.Metadata, str string) ([]ContainerDefinition, error)

type ECS

type ECS struct {
	Clusters        []Cluster
	TaskDefinitions []TaskDefinition
}

type EFSVolumeConfiguration

type EFSVolumeConfiguration struct {
	types.Metadata
	TransitEncryptionEnabled types.BoolValue
}

type EnvVar added in v0.69.0

type EnvVar struct {
	Name  string
	Value string
}

type PortMapping added in v0.69.0

type PortMapping struct {
	ContainerPort types.IntValue
	HostPort      types.IntValue
}

type TaskDefinition

type TaskDefinition struct {
	types.Metadata
	Volumes              []Volume
	ContainerDefinitions []ContainerDefinition
}

type Volume

type Volume struct {
	types.Metadata
	EFSVolumeConfiguration EFSVolumeConfiguration
}

Jump to

Keyboard shortcuts

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