Documentation ¶
Overview ¶
Package manifestinfo provides access to information embedded in a manifest.
Index ¶
Constants ¶
View Source
const ( // LoadBalancedWebServiceType is a web service with a load balancer and Fargate as compute. LoadBalancedWebServiceType = "Load Balanced Web Service" // RequestDrivenWebServiceType is a Request-Driven Web Service managed by AppRunner RequestDrivenWebServiceType = "Request-Driven Web Service" // BackendServiceType is a service that cannot be accessed from the internet but can be reached from other services. BackendServiceType = "Backend Service" // WorkerServiceType is a worker service that manages the consumption of messages. WorkerServiceType = "Worker Service" // StaticSiteType is a static site service that manages static assets. StaticSiteType = "Static Site" // ScheduledJobType is a recurring ECS Fargate task which runs on a schedule. ScheduledJobType = "Scheduled Job" )
Variables ¶
This section is empty.
Functions ¶
func IsTypeAService ¶
IsTypeAService returns if manifest type is service.
func ServiceTypes ¶
func ServiceTypes() []string
ServiceTypes returns the list of supported service manifest types.
func WorkloadTypes ¶
func WorkloadTypes() []string
WorkloadTypes returns the list of all manifest types.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.