Class LogpushJob
Inherited Members
Namespace: Pulumi.Cloudflare
Assembly: Pulumi.Cloudflare.dll
Syntax
public class LogpushJob : CustomResource
Constructors
View SourceLogpushJob(String, LogpushJobArgs, CustomResourceOptions)
Create a LogpushJob resource with the given unique name, arguments, and options.
Declaration
public LogpushJob(string name, LogpushJobArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| LogpushJobArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceDataset
Which type of dataset resource to use. Available values are "firewall_events", "http_requests", and "spectrum_events".
Declaration
public Output<string> Dataset { get; }
Property Value
| Type | Description |
|---|---|
| Output<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 Output<string> DestinationConf { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Enabled
Declaration
public Output<bool?> Enabled { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Nullable<System.Boolean>> |
LogpullOptions
Configuration string for the Logshare API. It specifies things like requested fields and timestamp formats. See Logpull options documentation.
Declaration
public Output<string> LogpullOptions { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Name
The name of the logpush job to create. Must match the regular expression ^[a-zA-Z0-9\-\.]*$.
Declaration
public Output<string> Name { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
OwnershipChallenge
Ownership challenge token to prove destination ownership. See Developer documentation.
Declaration
public Output<string> OwnershipChallenge { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
ZoneId
The zone ID where the logpush job should be created.
Declaration
public Output<string> ZoneId { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Methods
View SourceGet(String, Input<String>, LogpushJobState, CustomResourceOptions)
Get an existing LogpushJob resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static LogpushJob Get(string name, Input<string> id, LogpushJobState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| LogpushJobState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| LogpushJob |