Show / Hide Table of Contents

Class Servicev1SyslogArgs

Inheritance
System.Object
InputArgs
ResourceArgs
Servicev1SyslogArgs
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 Servicev1SyslogArgs : ResourceArgs

Constructors

View Source

Servicev1SyslogArgs()

Declaration
public Servicev1SyslogArgs()

Properties

View Source

Address

A hostname or IPv4 address of the Syslog endpoint.

Declaration
public Input<string> Address { 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

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

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

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

TlsCaCert

A secure certificate to authenticate the server with. Must be in PEM format.

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

TlsClientCert

The client certificate used to make authenticated requests. Must be in PEM format.

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

TlsClientKey

The client private key used to make authenticated requests. Must be in PEM format.

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

TlsHostname

Used during the TLS handshake to validate the certificate.

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

Token

The Splunk token to be used for authentication.

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

UseTls

Whether to use TLS for secure logging. Defaults to true

Declaration
public Input<bool> UseTls { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.