import { BudgetsNotification } from '@gammarers/aws-budgets-notification'
new BudgetsNotification ( scope : Construct , id : string , props : BudgetsNotificationProps )
Type: constructs.Construct
Name
Description
toString
Returns a string representation of this construct.
public toString ( ) : string
Returns a string representation of this construct.
Name
Description
isConstruct
Checks if x
is a construct.
import { BudgetsNotification } from '@gammarers/aws-budgets-notification'
BudgetsNotification . isConstruct ( x : any )
Checks if x
is a construct.
Any object.
Name
Type
Description
node
constructs.Node
The tree node.
public readonly node : Node ;
The tree node.
import { BudgetsNotificationProps } from '@gammarers/aws-budgets-notification'
const budgetsNotificationProps : BudgetsNotificationProps = { ... }
budgetLimitAmount
Required
public readonly budgetLimitAmount: number ;
public readonly slackChannelId: string ;
public readonly slackWorkspaceId: string ;
public readonly linkedAccounts: string [ ] ;