Class BillingBudgetBudgetFilter.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.billing_budget.BillingBudgetBudgetFilter.Jsii$Proxy
-
- All Implemented Interfaces:
BillingBudgetBudgetFilter,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BillingBudgetBudgetFilter
@Stability(Stable) @Internal public static final class BillingBudgetBudgetFilter.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BillingBudgetBudgetFilter
An implementation forBillingBudgetBudgetFilter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.billing_budget.BillingBudgetBudgetFilter
BillingBudgetBudgetFilter.Builder, BillingBudgetBudgetFilter.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BillingBudgetBudgetFilter.Builder builder)Constructor that initializes the object based on literal property values passed by theBillingBudgetBudgetFilter.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetCalendarPeriod()A CalendarPeriod represents the abstract concept of a recurring time period that has a canonical start.List<String>getCreditTypes()Optional.StringgetCreditTypesTreatment()Specifies how credits should be treated when determining spend for threshold calculations.BillingBudgetBudgetFilterCustomPeriodgetCustomPeriod()custom_period block.Map<String,String>getLabels()A single label and value pair specifying that usage from only this set of labeled resources should be included in the budget.List<String>getProjects()A set of projects of the form projects/{project_number}, specifying that usage from only this set of projects should be included in the budget.List<String>getResourceAncestors()A set of folder and organization names of the form folders/{folderId} or organizations/{organizationId}, specifying that usage from only this set of folders and organizations should be included in the budget.List<String>getServices()A set of services of the form services/{service_id}, specifying that usage from only this set of services should be included in the budget.List<String>getSubaccounts()A set of subaccounts of the form billingAccounts/{account_id}, specifying that usage from only this set of subaccounts should be included in the budget.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(BillingBudgetBudgetFilter.Builder builder)
Constructor that initializes the object based on literal property values passed by theBillingBudgetBudgetFilter.Builder.
-
-
Method Detail
-
getCalendarPeriod
public final String getCalendarPeriod()
Description copied from interface:BillingBudgetBudgetFilterA CalendarPeriod represents the abstract concept of a recurring time period that has a canonical start.Grammatically, "the start of the current CalendarPeriod". All calendar times begin at 12 AM US and Canadian Pacific Time (UTC-8). Exactly one of 'calendar_period', 'custom_period' must be provided. Possible values: ["MONTH", "QUARTER", "YEAR", "CALENDAR_PERIOD_UNSPECIFIED"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#calendar_period BillingBudget#calendar_period}
- Specified by:
getCalendarPeriodin interfaceBillingBudgetBudgetFilter
-
getCreditTypes
public final List<String> getCreditTypes()
Description copied from interface:BillingBudgetBudgetFilterOptional.If creditTypesTreatment is INCLUDE_SPECIFIED_CREDITS, this is a list of credit types to be subtracted from gross cost to determine the spend for threshold calculations. See a list of acceptable credit type values. If creditTypesTreatment is not INCLUDE_SPECIFIED_CREDITS, this field must be empty. **Note:** If the field has a value in the config and needs to be removed, the field has to be an emtpy array in the config. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#credit_types BillingBudget#credit_types}
- Specified by:
getCreditTypesin interfaceBillingBudgetBudgetFilter
-
getCreditTypesTreatment
public final String getCreditTypesTreatment()
Description copied from interface:BillingBudgetBudgetFilterSpecifies how credits should be treated when determining spend for threshold calculations. Default value: "INCLUDE_ALL_CREDITS" Possible values: ["INCLUDE_ALL_CREDITS", "EXCLUDE_ALL_CREDITS", "INCLUDE_SPECIFIED_CREDITS"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#credit_types_treatment BillingBudget#credit_types_treatment}
- Specified by:
getCreditTypesTreatmentin interfaceBillingBudgetBudgetFilter
-
getCustomPeriod
public final BillingBudgetBudgetFilterCustomPeriod getCustomPeriod()
Description copied from interface:BillingBudgetBudgetFiltercustom_period block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#custom_period BillingBudget#custom_period}
- Specified by:
getCustomPeriodin interfaceBillingBudgetBudgetFilter
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:BillingBudgetBudgetFilterA single label and value pair specifying that usage from only this set of labeled resources should be included in the budget.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#labels BillingBudget#labels}
- Specified by:
getLabelsin interfaceBillingBudgetBudgetFilter
-
getProjects
public final List<String> getProjects()
Description copied from interface:BillingBudgetBudgetFilterA set of projects of the form projects/{project_number}, specifying that usage from only this set of projects should be included in the budget.If omitted, the report will include all usage for the billing account, regardless of which project the usage occurred on. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#projects BillingBudget#projects}
- Specified by:
getProjectsin interfaceBillingBudgetBudgetFilter
-
getResourceAncestors
public final List<String> getResourceAncestors()
Description copied from interface:BillingBudgetBudgetFilterA set of folder and organization names of the form folders/{folderId} or organizations/{organizationId}, specifying that usage from only this set of folders and organizations should be included in the budget.If omitted, the budget includes all usage that the billing account pays for. If the folder or organization contains projects that are paid for by a different Cloud Billing account, the budget doesn't apply to those projects. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#resource_ancestors BillingBudget#resource_ancestors}
- Specified by:
getResourceAncestorsin interfaceBillingBudgetBudgetFilter
-
getServices
public final List<String> getServices()
Description copied from interface:BillingBudgetBudgetFilterA set of services of the form services/{service_id}, specifying that usage from only this set of services should be included in the budget.If omitted, the report will include usage for all the services. The service names are available through the Catalog API: https://cloud.google.com/billing/v1/how-tos/catalog-api. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#services BillingBudget#services}
- Specified by:
getServicesin interfaceBillingBudgetBudgetFilter
-
getSubaccounts
public final List<String> getSubaccounts()
Description copied from interface:BillingBudgetBudgetFilterA set of subaccounts of the form billingAccounts/{account_id}, specifying that usage from only this set of subaccounts should be included in the budget.If a subaccount is set to the name of the parent account, usage from the parent account will be included. If the field is omitted, the report will include usage from the parent account and all subaccounts, if they exist. **Note:** If the field has a value in the config and needs to be removed, the field has to be an emtpy array in the config. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#subaccounts BillingBudget#subaccounts}
- Specified by:
getSubaccountsin interfaceBillingBudgetBudgetFilter
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-