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

# Packages

Package cloudformation provides functionality to deploy ECS resources with AWS CloudFormation.
Package mocks is a generated GoMock package.

# Functions

NewStore returns a new store.

# Constants

AddonsCfnTemplateNameFormat is the addons output file name when `service package` is called.
AppTagKey is tag key for Copilot app.
EnvTagKey is tag key for Copilot env.
LatestEnvTemplateVersion is the latest version number available for environment templates.
LegacyEnvTemplateVersion is the version associated with the environment template before we started versioning.
ServiceTagKey is tag key for Copilot svc.
TaskTagKey is tag key for Copilot task.
WorkloadCfnTemplateConfigurationNameFormat is the base output configuration file name when `service package` or `job package is called.
WorkloadCfnTemplateNameFormat is the base output file name when `service package` or `job package` is called.

# Structs

ArtifactBucket represents an S3 bucket used by the CodePipeline to store intermediate artifacts produced by the pipeline.
AssociatedEnvironment defines the necessary information a pipeline stage needs for an Config Environment.
CreateAppInput holds the fields required to create an application stack set.
CreateEnvironmentInput holds the fields required to deploy an environment.
CreateEnvironmentResponse holds the created environment on successful deployment.
CreatePipelineInput represents the fields required to deploy a pipeline.
CreateTaskResourcesInput holds the fields required to create a task stack.
DeleteWorkloadInput holds the fields required to delete a workload.
PipelineStage represents configuration for each deployment stage of a workspace.
Resource represents an AWS resource.
ResourceEvent represents a status update for an AWS resource during a deployment.
Source defines the source of the artifacts to be built and deployed.
Store fetches information on deployed services.

# Interfaces

ConfigStoreClient wraps config store methods utilized by deploy store.