Skip to main content

Class: ExampleConstruct

Defined in: constructs/example-construct.ts:61

Example CDK construct for SDS9 Organization

This construct demonstrates how to create reusable AWS infrastructure components using the AWS CDK with TypeScript.

Architecture

Resource Flow

Example

const exampleConstruct = new ExampleConstruct(this, 'MyExample', {
namePrefix: 'my-app',
environment: 'production'
});

Extends

  • Construct

Constructors

Constructor

new ExampleConstruct(scope, id, props): ExampleConstruct

Defined in: constructs/example-construct.ts:62

Parameters

scope

Construct

id

string

props

ExampleConstructProps

Returns

ExampleConstruct

Overrides

Construct.constructor