Show / Hide Table of Contents

Class ServiceLogConfigGetArgs

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

Constructors

View Source

ServiceLogConfigGetArgs()

Declaration
public ServiceLogConfigGetArgs()

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.