# Functions
IsTypeAJob returns if manifest type is job.
IsTypeAService returns if manifest type is service.
JobTypes returns the list of supported job manifest types.
ServiceTypes returns the list of supported service manifest types.
WorkloadTypes returns the list of all manifest types.
# Constants
BackendServiceType is a service that cannot be accessed from the internet but can be reached from other services.
LoadBalancedWebServiceType is a web service with a load balancer and Fargate as compute.
RequestDrivenWebServiceType is a Request-Driven Web Service managed by AppRunner.
ScheduledJobType is a recurring ECS Fargate task which runs on a schedule.
StaticSiteType is a static site service that manages static assets.
WorkerServiceType is a worker service that manages the consumption of messages.