Interface BillingBudgetAllUpdatesRule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BillingBudgetAllUpdatesRule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.816Z") @Stability(Stable) public interface BillingBudgetAllUpdatesRule extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBillingBudgetAllUpdatesRule.BuilderA builder forBillingBudgetAllUpdatesRulestatic classBillingBudgetAllUpdatesRule.Jsii$ProxyAn implementation forBillingBudgetAllUpdatesRule
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static BillingBudgetAllUpdatesRule.Builderbuilder()default ObjectgetDisableDefaultIamRecipients()Boolean.default ObjectgetEnableProjectLevelRecipients()When set to true, and when the budget has a single project configured, notifications will be sent to project level recipients of that project.default List<String>getMonitoringNotificationChannels()The full resource name of a monitoring notification channel in the form projects/{project_id}/notificationChannels/{channel_id}.default StringgetPubsubTopic()The name of the Cloud Pub/Sub topic where budget related messages will be published, in the form projects/{project_id}/topics/{topic_id}.default StringgetSchemaVersion()The schema version of the notification.
-
-
-
Method Detail
-
getDisableDefaultIamRecipients
@Stability(Stable) @Nullable default Object getDisableDefaultIamRecipients()
Boolean.When set to true, disables default notifications sent when a threshold is exceeded. Default recipients are those with Billing Account Administrators and Billing Account Users IAM roles for the target account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#disable_default_iam_recipients BillingBudget#disable_default_iam_recipients}
-
getEnableProjectLevelRecipients
@Stability(Stable) @Nullable default Object getEnableProjectLevelRecipients()
When set to true, and when the budget has a single project configured, notifications will be sent to project level recipients of that project.This field will be ignored if the budget has multiple or no project configured. Currently, project level recipients are the users with Owner role on a cloud project. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#enable_project_level_recipients BillingBudget#enable_project_level_recipients}
-
getMonitoringNotificationChannels
@Stability(Stable) @Nullable default List<String> getMonitoringNotificationChannels()
The full resource name of a monitoring notification channel in the form projects/{project_id}/notificationChannels/{channel_id}. A maximum of 5 channels are allowed.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#monitoring_notification_channels BillingBudget#monitoring_notification_channels}
-
getPubsubTopic
@Stability(Stable) @Nullable default String getPubsubTopic()
The name of the Cloud Pub/Sub topic where budget related messages will be published, in the form projects/{project_id}/topics/{topic_id}.Updates are sent at regular intervals to the topic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#pubsub_topic BillingBudget#pubsub_topic}
-
getSchemaVersion
@Stability(Stable) @Nullable default String getSchemaVersion()
The schema version of the notification. Only "1.0" is accepted. It represents the JSON schema as defined in https://cloud.google.com/billing/docs/how-to/budgets#notification_format.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#schema_version BillingBudget#schema_version}
-
builder
@Stability(Stable) static BillingBudgetAllUpdatesRule.Builder builder()
-
-