package
1.21.0
Repository: https://github.com/aws/amazon-ecs-cli.git
Documentation: pkg.go.dev

# Functions

ConvertToComposeConfig translates an ECS Task Definition to a the Docker Compose config and returns it.
ConvertToComposeOverride returns a Docker Compose object to be used to override containers defined in the task definition.
MarshalComposeConfig serializes a Docker Compose object into a YAML document.
UnmarshalComposeFile decodes a Docker Compose file.

# Constants

SecretLabelPrefix is the prefix of Docker label keys whose value is an ARN of a secret to expose to the container.
TaskDefinitionLabelType represents the type of option used to transform a task definition to a compose file.
TaskDefinitionLabelValue represents the value of the option.

# Structs

CommonContainerValues contains values for top-level Task Definition fields that apply to all containers within the task definition.
LinuxParams is a shim between members of ecs.LinuxParamters and their corresponding fields in the Docker Compose V3 ServiceConfig.
LocalCreateMetadata houses information about what kind of task definition was used to create the docker compose schema.