aws-cdk-lib.aws_budgets.CfnBudgetsAction.ActionThresholdProperty

interface ActionThresholdProperty

LanguageType name
.NETAmazon.CDK.AWS.Budgets.CfnBudgetsAction.ActionThresholdProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsbudgets#CfnBudgetsAction_ActionThresholdProperty
Javasoftware.amazon.awscdk.services.budgets.CfnBudgetsAction.ActionThresholdProperty
Pythonaws_cdk.aws_budgets.CfnBudgetsAction.ActionThresholdProperty
TypeScript aws-cdk-lib » aws_budgets » CfnBudgetsAction » ActionThresholdProperty

The trigger threshold of the action.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_budgets as budgets } from 'aws-cdk-lib';
const actionThresholdProperty: budgets.CfnBudgetsAction.ActionThresholdProperty = {
  type: 'type',
  value: 123,
};

Properties

NameTypeDescription
typestringThe type of threshold for a notification.
valuenumberThe threshold of a notification.

type

Type: string

The type of threshold for a notification.


value

Type: number

The threshold of a notification.