Show / Hide Table of Contents

Class LogpushJobArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LogpushJobArgs
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.Cloudflare
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class LogpushJobArgs : ResourceArgs

Constructors

View Source

LogpushJobArgs()

Declaration
public LogpushJobArgs()

Properties

View Source

Dataset

Which type of dataset resource to use. Available values are "firewall_events", "http_requests", and "spectrum_events".

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

DestinationConf

Uniquely identifies a resource (such as an s3 bucket) where data will be pushed. Additional configuration parameters supported by the destination may be included. See Logpush destination documentation.

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

Enabled

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

LogpullOptions

Configuration string for the Logshare API. It specifies things like requested fields and timestamp formats. See Logpull options documentation.

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

Name

The name of the logpush job to create. Must match the regular expression ^[a-zA-Z0-9\-\.]*$.

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

OwnershipChallenge

Ownership challenge token to prove destination ownership. See Developer documentation.

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

ZoneId

The zone ID where the logpush job should be created.

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