BudgetAllUpdatesRule

data class BudgetAllUpdatesRule(val disableDefaultIamRecipients: Boolean? = null, val monitoringNotificationChannels: List<String>? = null, val pubsubTopic: String? = null, val schemaVersion: String? = null)

Constructors

Link copied to clipboard
constructor(disableDefaultIamRecipients: Boolean? = null, monitoringNotificationChannels: List<String>? = null, pubsubTopic: String? = null, schemaVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard
val pubsubTopic: String? = null

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.

Link copied to clipboard
val schemaVersion: String? = null

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.