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?¶
optionaltags: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?¶
optionalecsEc2Capacity:number
Defined in: stages/compute.ts:42
Number of EC2 instances for ECS capacity provider
ecsEc2InstanceType?¶
optionalecsEc2InstanceType:string
Defined in: stages/compute.ts:44
EC2 instance type for ECS capacity provider
eksEc2Capacity?¶
optionaleksEc2Capacity:number
Defined in: stages/compute.ts:46
Number of EC2 instances for EKS node group
eksEc2InstanceType?¶
optionaleksEc2InstanceType:string
Defined in: stages/compute.ts:48
EC2 instance type for EKS node group
opensearchCollectionProperties?¶
optionalopensearchCollectionProperties:OpenSearchCollectionProperties
Defined in: stages/compute.ts:50
OpenSearch Serverless collection configuration
opensearchApplicationProperties?¶
optionalopensearchApplicationProperties:Omit\<OpenSearchApplicationProperties,"collection">
Defined in: stages/compute.ts:52
OpenSearch Application configuration (collection is injected automatically)