Show / Hide Table of Contents

Class Servicev1BlobstorageloggingArgs

Inheritance
System.Object
InputArgs
ResourceArgs
Servicev1BlobstorageloggingArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class Servicev1BlobstorageloggingArgs : ResourceArgs

Constructors

View Source

Servicev1BlobstorageloggingArgs()

Declaration
public Servicev1BlobstorageloggingArgs()

Properties

View Source

AccountName

The unique Azure Blob Storage namespace in which your data objects are stored.

Declaration
public Input<string> AccountName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Container

The name of the Azure Blob Storage container in which to store logs.

Declaration
public Input<string> Container { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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 Input<int> FormatVersion { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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>
View Source

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>
View Source

Name

A unique name to identify this dictionary.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
View Source

PublicKey

A PGP public key that Fastly will use to encrypt your log files before writing them to disk.

Declaration
public Input<string> PublicKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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 Input<string> SasToken { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.