Class BudgetCostTypesArgs
Inherited Members
Namespace: Pulumi.Aws.Budgets.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BudgetCostTypesArgs : ResourceArgs
Constructors
View SourceBudgetCostTypesArgs()
Declaration
public BudgetCostTypesArgs()
Properties
View SourceIncludeCredit
A boolean value whether to include credits in the cost budget. Defaults to true
Declaration
public Input<bool> IncludeCredit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
IncludeDiscount
Specifies whether a budget includes discounts. Defaults to true
Declaration
public Input<bool> IncludeDiscount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
IncludeOtherSubscription
A boolean value whether to include other subscription costs in the cost budget. Defaults to true
Declaration
public Input<bool> IncludeOtherSubscription { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
IncludeRecurring
A boolean value whether to include recurring costs in the cost budget. Defaults to true
Declaration
public Input<bool> IncludeRecurring { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
IncludeRefund
A boolean value whether to include refunds in the cost budget. Defaults to true
Declaration
public Input<bool> IncludeRefund { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
IncludeSubscription
A boolean value whether to include subscriptions in the cost budget. Defaults to true
Declaration
public Input<bool> IncludeSubscription { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
IncludeSupport
A boolean value whether to include support costs in the cost budget. Defaults to true
Declaration
public Input<bool> IncludeSupport { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
IncludeTax
A boolean value whether to include tax in the cost budget. Defaults to true
Declaration
public Input<bool> IncludeTax { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
IncludeUpfront
A boolean value whether to include upfront costs in the cost budget. Defaults to true
Declaration
public Input<bool> IncludeUpfront { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
UseAmortized
Specifies whether a budget uses the amortized rate. Defaults to false
Declaration
public Input<bool> UseAmortized { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
UseBlended
A boolean value whether to use blended costs in the cost budget. Defaults to false
Declaration
public Input<bool> UseBlended { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |