Show / Hide Table of Contents

Class BudgetAllUpdatesRule

Inheritance
System.Object
BudgetAllUpdatesRule
Inherited Members
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.Gcp.Billing.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BudgetAllUpdatesRule

Fields

View Source

PubsubTopic

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.

Declaration
public readonly string PubsubTopic
Field Value
Type Description
System.String
View Source

SchemaVersion

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.

Declaration
public readonly string SchemaVersion
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.