package
1.34.1
Repository: https://github.com/aws/copilot-cli.git
Documentation: pkg.go.dev

# Packages

Package mocks is a generated GoMock package.

# Functions

IsValidWindowsOS determines if the OS value is an accepted CFN Windows value.

# Variables

ValidCFNPlatforms are valid docker platforms for running ECS tasks.

# Structs

ConfigRunner runs an Amazon ECS task in the subnets, security groups, and cluster.
EnvRunner can run an Amazon ECS task in the VPC and the cluster of an environment.
Task represents a one-off workload that runs until completed or an error occurs.

# Interfaces

ClusterGetter wraps the method of getting a cluster ARN.
DefaultClusterGetter wraps the method of getting a default cluster ARN.
NonZeroExitCodeGetter wraps the method of getting a non-zero exit code of a task.
Runner wraps the method of running tasks.
VPCGetter wraps methods of getting VPC info.