Skip to main content

Class: ExampleStack

Defined in: stacks/example-stack.ts:64

Example CDK stack for SDS9 Organization

This stack demonstrates how to compose multiple constructs into a deployable unit.

Stack Architecture

Deployment Process

Example

const stack = new ExampleStack(app, 'MyExampleStack', {
env: { account: '123456789012', region: 'us-east-1' },
environment: 'production',
namePrefix: 'my-app'
});

Extends

  • Stack

Constructors

Constructor

new ExampleStack(scope, id, props): ExampleStack

Defined in: stacks/example-stack.ts:65

Parameters

scope

Construct

id

string

props

ExampleStackProps

Returns

ExampleStack

Overrides

cdk.Stack.constructor