Class Servicev1Sumologic
Inheritance
System.Object
Servicev1Sumologic
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 Servicev1Sumologic
Fields
View SourceFormat
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> |
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 |
Placement
Where in the generated VCL the logging call should be placed.
Declaration
public readonly string Placement
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 |
Url
URL that log data will be sent to. Must use the https protocol.
Declaration
public readonly string Url
Field Value
| Type | Description |
|---|---|
| System.String |