Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-privacybudgettemplate-budgetparameter.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.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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-privacybudgettemplate-budgetparameter.html#cfn-cleanrooms-privacybudgettemplate-budgetparameter-autorefresh

Budget

The budget allocation amount for this specific parameter.

double? Budget { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-privacybudgettemplate-budgetparameter.html#cfn-cleanrooms-privacybudgettemplate-budgetparameter-budget

Type

The type of budget parameter being configured.

string? Type { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-privacybudgettemplate-budgetparameter.html#cfn-cleanrooms-privacybudgettemplate-budgetparameter-type

Back to top Generated by DocFX