Class BillingAccountSinkArgs
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.Logging
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BillingAccountSinkArgs : ResourceArgs
Constructors
View SourceBillingAccountSinkArgs()
Declaration
public BillingAccountSinkArgs()
Properties
View SourceBigqueryOptions
Options that affect sinks exporting data to BigQuery. Structure documented below.
Declaration
public Input<BillingAccountSinkBigqueryOptionsArgs> BigqueryOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<BillingAccountSinkBigqueryOptionsArgs> |
BillingAccount
The billing account exported to the sink.
Declaration
public Input<string> BillingAccount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Destination
The destination of the sink (or, in other words, where logs are written to). Can be a Cloud Storage bucket, a PubSub topic, or a BigQuery dataset. Examples:
using Pulumi;
Declaration
public Input<string> Destination { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Filter
The filter to apply when exporting logs. Only log entries that match the filter are exported. See Advanced Log Filters for information on how to write a filter.
Declaration
public Input<string> Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the logging sink.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |