Skip to content

One Observability Workshop v3.0.0


One Observability Workshop / constructs/eks / WorkshopEks

Class: WorkshopEks

Defined in: constructs/eks.ts:79

EKS cluster with managed node groups, ALB controller, Container Insights, and EKS Pod Identity agent.

Extends

  • Construct

Constructors

Constructor

new WorkshopEks(scope, id, properties): WorkshopEks

Defined in: constructs/eks.ts:82

Parameters

scope

Construct

id

string

properties

EksProperties

Returns

WorkshopEks

Overrides

Construct.constructor

Properties

cluster

readonly cluster: Cluster

Defined in: constructs/eks.ts:80

Methods

importFromExports()

static importFromExports(scope, id): object

Defined in: constructs/eks.ts:359

Parameters

scope

Construct

id

string

Returns

object

cluster

cluster: ICluster

securityGroup

securityGroup: ISecurityGroup