Class Servicev1GcsloggingArgs
Inherited Members
Namespace: Pulumi.Fastly.Inputs
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class Servicev1GcsloggingArgs : ResourceArgs
Constructors
View SourceServicev1GcsloggingArgs()
Declaration
public Servicev1GcsloggingArgs()
Properties
View SourceBucketName
The name of the bucket in which to store the logs.
Declaration
public Input<string> BucketName { 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> |
GzipLevel
Level of GZIP compression from 0to 9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0.
Declaration
public Input<int> GzipLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MessageType
How the message should be formatted; one of: classic, loggly, logplex or blank. Default blank.
Declaration
public Input<string> MessageType { 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> |
Path
The path to upload logs to. Must end with a trailing slash. If this field is left empty, the files will be saved in the container's root path.
Declaration
public Input<string> Path { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Period
How frequently the logs should be transferred in seconds. Default 3600.
Declaration
public Input<int> Period { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |
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> |
TimestampFormat
strftime specified timestamp formatting. Default %Y-%m-%dT%H:%M:%S.000.
Declaration
public Input<string> TimestampFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |