Class Servicev1Blobstoragelogging
Inheritance
Inherited Members
Namespace: Pulumi.Fastly.Outputs
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class Servicev1Blobstoragelogging
Fields
View SourceAccountName
The unique Azure Blob Storage namespace in which your data objects are stored.
Declaration
public readonly string AccountName
Field Value
| Type | Description |
|---|---|
| System.String |
Container
The name of the Azure Blob Storage container in which to store logs.
Declaration
public readonly string Container
Field Value
| Type | Description |
|---|---|
| System.String |
Format
Apache-style string or VCL variables to use for log formatting.
Declaration
public readonly string Format
Field Value
| Type | Description |
|---|---|
| System.String |
FormatVersion
The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. The logging call gets placed by default in vcl_log if format_version is set to 2 and in vcl_deliver if format_version is set to 1. Default 2.
Declaration
public readonly int? FormatVersion
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
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 readonly int? GzipLevel
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
MessageType
How the message should be formatted; one of: classic, loggly, logplex or blank. Default blank.
Declaration
public readonly string MessageType
Field Value
| Type | Description |
|---|---|
| System.String |
Name
A unique name to identify this dictionary.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| 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 readonly string Path
Field Value
| Type | Description |
|---|---|
| System.String |
Period
How frequently the logs should be transferred in seconds. Default 3600.
Declaration
public readonly int? Period
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Placement
Where in the generated VCL the logging call should be placed.
Declaration
public readonly string Placement
Field Value
| Type | Description |
|---|---|
| System.String |
PublicKey
A PGP public key that Fastly will use to encrypt your log files before writing them to disk.
Declaration
public readonly string PublicKey
Field Value
| Type | Description |
|---|---|
| System.String |
ResponseCondition
The name of the condition to apply. If empty, always execute.
Declaration
public readonly string ResponseCondition
Field Value
| Type | Description |
|---|---|
| System.String |
SasToken
The Azure shared access signature providing write access to the blob service objects. Be sure to update your token before it expires or the logging functionality will not work.
Declaration
public readonly string SasToken
Field Value
| Type | Description |
|---|---|
| System.String |
TimestampFormat
strftime specified timestamp formatting. Default %Y-%m-%dT%H:%M:%S.000.
Declaration
public readonly string TimestampFormat
Field Value
| Type | Description |
|---|---|
| System.String |