Class BudgetReference
A reference to a Budget resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.Budgets
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class BudgetReference : IBudgetReference
Syntax (vb)
Public Class BudgetReference Implements IBudgetReference
Remarks
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.Interfaces.Budgets;
var budgetReference = new BudgetReference {
BudgetId = "budgetId"
};
Synopsis
Constructors
| BudgetReference() | A reference to a Budget resource. |
Properties
| BudgetId | The Id of the Budget resource. |
Constructors
BudgetReference()
A reference to a Budget resource.
public BudgetReference()
Remarks
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.Interfaces.Budgets;
var budgetReference = new BudgetReference {
BudgetId = "budgetId"
};
Properties
BudgetId
The Id of the Budget resource.
public string BudgetId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated