One Observability Workshop v3.0.0
One Observability Workshop / stages/containers / ContainersStack
Class: ContainersStack¶
Defined in: stages/containers.ts:188
Stack containing the containers build pipeline and ECR repositories
Extends¶
Stack
Constructors¶
Constructor¶
new ContainersStack(
scope,id,properties?):ContainersStack
Defined in: stages/containers.ts:201
Creates a new Containers Stack
Parameters¶
scope¶
Construct
The scope in which to define this construct
id¶
string
The scoped construct ID
properties?¶
ContainersPipelineStageProperties
Configuration properties for the stack
Returns¶
ContainersStack
Throws¶
Error when source or applicationList properties are missing
Overrides¶
Stack.constructor
Properties¶
applicationRepositories¶
applicationRepositories:
Map\<string,Repository>
Defined in: stages/containers.ts:190
Map of application names to their ECR repositories
pipeline¶
pipeline:
Pipeline
Defined in: stages/containers.ts:192
The CodePipeline for building applications