Class Servicev1BigqueryloggingArgs
Inherited Members
Namespace: Pulumi.Fastly.Inputs
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class Servicev1BigqueryloggingArgs : ResourceArgs
Constructors
View SourceServicev1BigqueryloggingArgs()
Declaration
public Servicev1BigqueryloggingArgs()
Properties
View SourceDataset
The ID of your BigQuery dataset.
Declaration
public Input<string> Dataset { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
The email for the service account with write access to your BigQuery dataset. If not provided, this will be pulled from a FASTLY_BQ_EMAIL environment variable.
Declaration
public Input<string> Email { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Format
Apache-style string or VCL variables to use for log formatting.
Declaration
public Input<string> Format { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
A unique name to identify this dictionary.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Placement
Where in the generated VCL the logging call should be placed.
Declaration
public Input<string> Placement { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProjectId
The ID of your GCP project.
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResponseCondition
The name of the condition to apply. If empty, always execute.
Declaration
public Input<string> ResponseCondition { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecretKey
The secret key associated with the sservice account that has write access to your BigQuery table. If not provided, this will be pulled from the FASTLY_BQ_SECRET_KEY environment variable. Typical format for this is a private key in a string with newlines.
Declaration
public Input<string> SecretKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Table
The ID of your BigQuery table.
Declaration
public Input<string> Table { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Template
Big query table name suffix template. If set will be interpreted as a strftime compatible string and used as the Template Suffix for your table.
Declaration
public Input<string> Template { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |