Show / Hide Table of Contents

Class LogTailConfigState

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

Constructors

View Source

LogTailConfigState()

Declaration
public LogTailConfigState()

Properties

View Source

InputDetail

The logtail configure the required JSON files. (Refer to details)

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

InputType

The input type. Currently only two types of files and plugin are supported.

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

LogSample

(Optional)The log sample of the Logtail configuration. The log size cannot exceed 1,000 bytes.

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

Logstore

The log store name to the query index belongs.

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

Name

The Logtail configuration name, which is unique in the same project.

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

OutputType

The output type. Currently, only LogService is supported.

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

Project

The project name to the log store belongs.

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