Show / Hide Table of Contents

Class LogpushJob

Inheritance
System.Object
Resource
CustomResource
LogpushJob
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class LogpushJob : CustomResource

Constructors

View Source

LogpushJob(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 Source

Dataset

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>
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 Output<string> DestinationConf { get; }
Property Value
Type Description
Output<System.String>
View Source

Enabled

Declaration
public Output<bool?> Enabled { get; }
Property Value
Type Description
Output<System.Nullable<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 Output<string> LogpullOptions { get; }
Property Value
Type Description
Output<System.String>
View Source

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

OwnershipChallenge

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

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

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 Source

Get(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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.