Skip to content

One Observability Workshop v3.0.0


One Observability Workshop / stages/compute / ComputeProperties

Interface: ComputeProperties

Defined in: stages/compute.ts:38

Properties for the Compute stage.

Extends

  • StackProps

Properties

tags?

optional tags: object

Defined in: stages/compute.ts:40

Tags to apply to all resources in the stage

Index Signature

[key: string]: string

Overrides

StackProps.tags


ecsEc2Capacity?

optional ecsEc2Capacity: number

Defined in: stages/compute.ts:42

Number of EC2 instances for ECS capacity provider


ecsEc2InstanceType?

optional ecsEc2InstanceType: string

Defined in: stages/compute.ts:44

EC2 instance type for ECS capacity provider


eksEc2Capacity?

optional eksEc2Capacity: number

Defined in: stages/compute.ts:46

Number of EC2 instances for EKS node group


eksEc2InstanceType?

optional eksEc2InstanceType: string

Defined in: stages/compute.ts:48

EC2 instance type for EKS node group


opensearchCollectionProperties?

optional opensearchCollectionProperties: OpenSearchCollectionProperties

Defined in: stages/compute.ts:50

OpenSearch Serverless collection configuration


opensearchApplicationProperties?

optional opensearchApplicationProperties: Omit\<OpenSearchApplicationProperties, "collection">

Defined in: stages/compute.ts:52

OpenSearch Application configuration (collection is injected automatically)