Class LogTailAttachmentArgs
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 LogTailAttachmentArgs : ResourceArgs
Constructors
View SourceLogTailAttachmentArgs()
Declaration
public LogTailAttachmentArgs()
Properties
View SourceLogtailConfigName
The Logtail configuration name, which is unique in the same project.
Declaration
public Input<string> LogtailConfigName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MachineGroupName
The machine group name, which is unique in the same project.
Declaration
public Input<string> MachineGroupName { 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> |