Show / Hide Table of Contents

Interface CfnBudgetPropsMixin.IBudgetActionToAddProperty

The budget action to add.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Deadline
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnBudgetPropsMixin.IBudgetActionToAddProperty
Syntax (vb)
Public Interface CfnBudgetPropsMixin.IBudgetActionToAddProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-budget-budgetactiontoadd.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.CfnPropertyMixins.AWS.Deadline;

             var budgetActionToAddProperty = new BudgetActionToAddProperty {
                 Description = "description",
                 ThresholdPercentage = 123,
                 Type = "type"
             };

Synopsis

Properties

Description

A description for the budget action.

ThresholdPercentage

The percentage threshold for the budget action.

Type

The type of budget action.

Properties

Description

A description for the budget action.

string? Description { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-budget-budgetactiontoadd.html#cfn-deadline-budget-budgetactiontoadd-description

ThresholdPercentage

The percentage threshold for the budget action.

double? ThresholdPercentage { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-budget-budgetactiontoadd.html#cfn-deadline-budget-budgetactiontoadd-thresholdpercentage

Type

The type of budget action.

string? Type { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-budget-budgetactiontoadd.html#cfn-deadline-budget-budgetactiontoadd-type

Back to top Generated by DocFX