Class BudgetCostTypes
Inheritance
Inherited Members
Namespace: Pulumi.Aws.Budgets.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BudgetCostTypes
Fields
View SourceIncludeCredit
A boolean value whether to include credits in the cost budget. Defaults to true
Declaration
public readonly bool? IncludeCredit
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
IncludeDiscount
Specifies whether a budget includes discounts. Defaults to true
Declaration
public readonly bool? IncludeDiscount
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
IncludeOtherSubscription
A boolean value whether to include other subscription costs in the cost budget. Defaults to true
Declaration
public readonly bool? IncludeOtherSubscription
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
IncludeRecurring
A boolean value whether to include recurring costs in the cost budget. Defaults to true
Declaration
public readonly bool? IncludeRecurring
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
IncludeRefund
A boolean value whether to include refunds in the cost budget. Defaults to true
Declaration
public readonly bool? IncludeRefund
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
IncludeSubscription
A boolean value whether to include subscriptions in the cost budget. Defaults to true
Declaration
public readonly bool? IncludeSubscription
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
IncludeSupport
A boolean value whether to include support costs in the cost budget. Defaults to true
Declaration
public readonly bool? IncludeSupport
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
IncludeTax
A boolean value whether to include tax in the cost budget. Defaults to true
Declaration
public readonly bool? IncludeTax
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
IncludeUpfront
A boolean value whether to include upfront costs in the cost budget. Defaults to true
Declaration
public readonly bool? IncludeUpfront
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
UseAmortized
Specifies whether a budget uses the amortized rate. Defaults to false
Declaration
public readonly bool? UseAmortized
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
UseBlended
A boolean value whether to use blended costs in the cost budget. Defaults to false
Declaration
public readonly bool? UseBlended
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |