Class LogpushJobArgs
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.Cloudflare
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class LogpushJobArgs : ResourceArgs
Constructors
View SourceLogpushJobArgs()
Declaration
public LogpushJobArgs()
Properties
View SourceDataset
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> |
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> |
Enabled
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
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> |
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> |
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> |