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
Returns
ExampleConstruct
Overrides
Construct.constructor