import { CloudCostManagerProps } from '@cloudadder/cdk-constructs-demo'
const cloudCostManagerProps: CloudCostManagerProps = { ... }| Name | Type | Description |
|---|---|---|
customerName |
string |
The name of the customer that the stack is for. |
envName |
string |
The name of the environment. |
public readonly customerName: string;- Type: string
The name of the customer that the stack is for.
e.g. 'acme-co'
public readonly envName: string;- Type: string
The name of the environment.
e.g. 'production'
- Implements: aws-cdk-lib.IAspect
import { CloudCostManager } from '@cloudadder/cdk-constructs-demo'
new CloudCostManager(stack: Stack, props: CloudCostManagerProps)| Name | Type | Description |
|---|---|---|
stack |
aws-cdk-lib.Stack |
No description. |
props |
CloudCostManagerProps |
No description. |
- Type: aws-cdk-lib.Stack
- Type: CloudCostManagerProps
| Name | Description |
|---|---|
visit |
All aspects can visit an IConstruct. |
public visit(node: IConstruct): voidAll aspects can visit an IConstruct.
- Type: constructs.IConstruct