Show / Hide Table of Contents

Class BudgetCostTypesArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BudgetCostTypesArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Budgets.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BudgetCostTypesArgs : ResourceArgs

Constructors

View Source

BudgetCostTypesArgs()

Declaration
public BudgetCostTypesArgs()

Properties

View Source

IncludeCredit

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>
View Source

IncludeDiscount

Specifies whether a budget includes discounts. Defaults to true

Declaration
public Input<bool> IncludeDiscount { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.