Class LogTailConfigState
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.AliCloud.Log
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class LogTailConfigState : ResourceArgs
Constructors
View SourceLogTailConfigState()
Declaration
public LogTailConfigState()
Properties
View SourceInputDetail
The logtail configure the required JSON files. (Refer to details)
Declaration
public Input<string> InputDetail { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
Logstore
The log store name to the query index belongs.
Declaration
public Input<string> Logstore { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
OutputType
The output type. Currently, only LogService is supported.
Declaration
public Input<string> OutputType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
The project name to the log store belongs.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |