Class Servicev1Papertrail
Inheritance
System.Object
Servicev1Papertrail
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 Servicev1Papertrail
Fields
View SourceAddress
A hostname or IPv4 address of the Syslog endpoint.
Declaration
public readonly string Address
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 |
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 |
Port
The port number configured in Logentries to send logs to. Defaults to 20000.
Declaration
public readonly int Port
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ResponseCondition
The name of the condition to apply. If empty, always execute.
Declaration
public readonly string ResponseCondition
Field Value
| Type | Description |
|---|---|
| System.String |