Show / Hide Table of Contents

Class LogTailAttachmentArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LogTailAttachmentArgs
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 LogTailAttachmentArgs : ResourceArgs

Constructors

View Source

LogTailAttachmentArgs()

Declaration
public LogTailAttachmentArgs()

Properties

View Source

LogtailConfigName

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

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>
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.