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

NewAppRunnerServiceLogger returns an AppRunnerServiceLogger for the service under env and app.
NewECSServiceClient returns an ECSServiceClient for the service under env and app.
NewJobLogger returns an JobLogger for the job under env and app.
NewTaskClient returns a TaskClient that can retrieve logs from the given tasks under the groupName.
WriteHumanLogs outputs CloudWatch logs in human-readable format.
WriteJSONLogs outputs CloudWatch logs in JSON format.

# Structs

AppRunnerServiceLogger retrieves the logs of an AppRunner service.
ECSServiceLogger retrieves the logs of an Amazon ECS service.
JobLogger retrieves the logs of a job.
NewAppRunnerServiceLoggerOpts contains fields that initiate AppRunnerServiceLoggerOpts struct.
NewWorkloadLoggerOpts contains fields that initiate workloadLogger struct.
TaskClient retrieves the logs of Amazon ECS tasks.
WriteLogEventsOpts wraps the parameters to call WriteLogEvents.

# Interfaces

HumanJSONStringer can output in both human-readable and JSON format.
TasksDescriber describes ECS tasks.