Class Servicev1HttpsloggingArgs
Inherited Members
Namespace: Pulumi.Fastly.Inputs
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class Servicev1HttpsloggingArgs : ResourceArgs
Constructors
View SourceServicev1HttpsloggingArgs()
Declaration
public Servicev1HttpsloggingArgs()
Properties
View SourceContentType
The MIME type of the content.
Declaration
public Input<string> ContentType { 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> |
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> |
HeaderName
Custom header sent with the request.
Declaration
public Input<string> HeaderName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HeaderValue
Value of the custom header sent with the request.
Declaration
public Input<string> HeaderValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
JsonFormat
Formats log entries as JSON. Can be either disabled (0), array of json (1), or newline delimited json (2).
Declaration
public Input<string> JsonFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Method
HTTP method used for request. Can be either POST or PUT. Default POST.
Declaration
public Input<string> Method { 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> |
RequestMaxBytes
The maximum number of bytes sent in one request.
Declaration
public Input<int> RequestMaxBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RequestMaxEntries
The maximum number of logs sent in one request.
Declaration
public Input<int> RequestMaxEntries { 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> |
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> |
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> |
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> |
TlsHostname
Used during the TLS handshake to validate the certificate.
Declaration
public Input<string> TlsHostname { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Url
URL that log data will be sent to. Must use the https protocol.
Declaration
public Input<string> Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |