Show / Hide Table of Contents

Class ServiceLogConfigArgs

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

Constructors

View Source

ServiceLogConfigArgs()

Declaration
public ServiceLogConfigArgs()

Properties

View Source

Logstore

The log store name of Logs service.

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

Project

The project name of Logs service.

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