Class BudgetAllUpdatesRuleArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BudgetAllUpdatesRuleArgs : ResourceArgs
Constructors
View SourceBudgetAllUpdatesRuleArgs()
Declaration
public BudgetAllUpdatesRuleArgs()
Properties
View SourcePubsubTopic
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> |
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> |