Show / Hide Table of Contents

Class BudgetAllUpdatesRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BudgetAllUpdatesRuleArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BudgetAllUpdatesRuleArgs : ResourceArgs

Constructors

View Source

BudgetAllUpdatesRuleArgs()

Declaration
public BudgetAllUpdatesRuleArgs()

Properties

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 Input<string> PubsubTopic { get; set; }
Property Value
Type Description
Input<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 Input<string> SchemaVersion { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.