Interface CfnPrivacyBudgetTemplatePropsMixin.IBudgetParameterProperty
Individual budget parameter configuration that defines specific budget allocation settings for access budgets.
Namespace: Amazon.CDK.Mixins.Preview.AWS.CleanRooms.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnPrivacyBudgetTemplatePropsMixin.IBudgetParameterProperty
Syntax (vb)
Public Interface CfnPrivacyBudgetTemplatePropsMixin.IBudgetParameterProperty
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.Mixins.Preview.AWS.CleanRooms.Mixins;
var budgetParameterProperty = new BudgetParameterProperty {
AutoRefresh = "autoRefresh",
Budget = 123,
Type = "type"
};
Synopsis
Properties
| AutoRefresh | Whether this individual budget parameter automatically refreshes when the budget period resets. |
| Budget | The budget allocation amount for this specific parameter. |
| Type | The type of budget parameter being configured. |
Properties
AutoRefresh
Whether this individual budget parameter automatically refreshes when the budget period resets.
string? AutoRefresh { get; }
Property Value
Remarks
Budget
The budget allocation amount for this specific parameter.
double? Budget { get; }
Property Value
Remarks
Type
The type of budget parameter being configured.
string? Type { get; }