Show / Hide Table of Contents

Class Servicev1Bigquerylogging

Inheritance
System.Object
Servicev1Bigquerylogging
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.Fastly.Outputs
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class Servicev1Bigquerylogging

Fields

View Source

Dataset

The ID of your BigQuery dataset.

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

Email

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 readonly string Email
Field Value
Type Description
System.String
View Source

Format

Apache-style string or VCL variables to use for log formatting.

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

Name

A unique name to identify this dictionary.

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

Placement

Where in the generated VCL the logging call should be placed.

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

ProjectId

The ID of your GCP project.

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

ResponseCondition

The name of the condition to apply. If empty, always execute.

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

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 readonly string SecretKey
Field Value
Type Description
System.String
View Source

Table

The ID of your BigQuery table.

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

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 readonly string Template
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.