Show / Hide Table of Contents

Class CfnBudgetsAction.ActionThresholdProperty

The trigger threshold of the action.

Inheritance
object
CfnBudgetsAction.ActionThresholdProperty
Implements
CfnBudgetsAction.IActionThresholdProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Budgets
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnBudgetsAction.ActionThresholdProperty : CfnBudgetsAction.IActionThresholdProperty
Syntax (vb)
Public Class CfnBudgetsAction.ActionThresholdProperty Implements CfnBudgetsAction.IActionThresholdProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budgetsaction-actionthreshold.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Budgets;

             var actionThresholdProperty = new ActionThresholdProperty {
                 Type = "type",
                 Value = 123
             };

Synopsis

Constructors

ActionThresholdProperty()

The trigger threshold of the action.

Properties

Type

The type of threshold for a notification.

Value

The threshold of a notification.

Constructors

ActionThresholdProperty()

The trigger threshold of the action.

public ActionThresholdProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budgetsaction-actionthreshold.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Budgets;

             var actionThresholdProperty = new ActionThresholdProperty {
                 Type = "type",
                 Value = 123
             };

Properties

Type

The type of threshold for a notification.

public string Type { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budgetsaction-actionthreshold.html#cfn-budgets-budgetsaction-actionthreshold-type

Value

The threshold of a notification.

public double Value { get; set; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budgetsaction-actionthreshold.html#cfn-budgets-budgetsaction-actionthreshold-value

Implements

CfnBudgetsAction.IActionThresholdProperty
Back to top Generated by DocFX