Class Servicev1PapertrailArgs
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.Inputs
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class Servicev1PapertrailArgs : ResourceArgs
Constructors
View SourceServicev1PapertrailArgs()
Declaration
public Servicev1PapertrailArgs()
Properties
View SourceAddress
A hostname or IPv4 address of the Syslog endpoint.
Declaration
public Input<string> Address { 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> |
Name
A unique name to identify this dictionary.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Port
The port number configured in Logentries to send logs to. Defaults to 20000.
Declaration
public Input<int> Port { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |