Class BillingBudgetConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.billing_budget.BillingBudgetConfig.Jsii$Proxy
-
- All Implemented Interfaces:
BillingBudgetConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BillingBudgetConfig
@Stability(Stable) @Internal public static final class BillingBudgetConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BillingBudgetConfig
An implementation forBillingBudgetConfig
-
-
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.BillingBudgetConfig
BillingBudgetConfig.Builder, BillingBudgetConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BillingBudgetConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theBillingBudgetConfig.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)BillingBudgetAllUpdatesRulegetAllUpdatesRule()all_updates_rule block.BillingBudgetAmountgetAmount()amount block.StringgetBillingAccount()ID of the billing account to set a budget on.BillingBudgetBudgetFiltergetBudgetFilter()budget_filter block.ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDisplayName()User data for display name in UI.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#id BillingBudget#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetOwnershipScope()The ownership scope of the budget.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()ObjectgetThresholdRules()threshold_rules block.BillingBudgetTimeoutsgetTimeouts()timeouts block.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(BillingBudgetConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theBillingBudgetConfig.Builder.
-
-
Method Detail
-
getAmount
public final BillingBudgetAmount getAmount()
Description copied from interface:BillingBudgetConfigamount block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#amount BillingBudget#amount}
- Specified by:
getAmountin interfaceBillingBudgetConfig
-
getBillingAccount
public final String getBillingAccount()
Description copied from interface:BillingBudgetConfigID of the billing account to set a budget on.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#billing_account BillingBudget#billing_account}
- Specified by:
getBillingAccountin interfaceBillingBudgetConfig
-
getAllUpdatesRule
public final BillingBudgetAllUpdatesRule getAllUpdatesRule()
Description copied from interface:BillingBudgetConfigall_updates_rule block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#all_updates_rule BillingBudget#all_updates_rule}
- Specified by:
getAllUpdatesRulein interfaceBillingBudgetConfig
-
getBudgetFilter
public final BillingBudgetBudgetFilter getBudgetFilter()
Description copied from interface:BillingBudgetConfigbudget_filter block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#budget_filter BillingBudget#budget_filter}
- Specified by:
getBudgetFilterin interfaceBillingBudgetConfig
-
getDisplayName
public final String getDisplayName()
Description copied from interface:BillingBudgetConfigUser data for display name in UI. Must be <= 60 chars.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#display_name BillingBudget#display_name}
- Specified by:
getDisplayNamein interfaceBillingBudgetConfig
-
getId
public final String getId()
Description copied from interface:BillingBudgetConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#id BillingBudget#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceBillingBudgetConfig
-
getOwnershipScope
public final String getOwnershipScope()
Description copied from interface:BillingBudgetConfigThe ownership scope of the budget.The ownership scope and users' IAM permissions determine who has full access to the budget's data. Possible values: ["OWNERSHIP_SCOPE_UNSPECIFIED", "ALL_USERS", "BILLING_ACCOUNT"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#ownership_scope BillingBudget#ownership_scope}
- Specified by:
getOwnershipScopein interfaceBillingBudgetConfig
-
getThresholdRules
public final Object getThresholdRules()
Description copied from interface:BillingBudgetConfigthreshold_rules block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#threshold_rules BillingBudget#threshold_rules}
- Specified by:
getThresholdRulesin interfaceBillingBudgetConfig
-
getTimeouts
public final BillingBudgetTimeouts getTimeouts()
Description copied from interface:BillingBudgetConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#timeouts BillingBudget#timeouts}
- Specified by:
getTimeoutsin interfaceBillingBudgetConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-