Show / Hide Table of Contents

Class StoreArgs

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

Constructors

View Source

StoreArgs()

Declaration
public StoreArgs()

Properties

View Source

AppendMeta

Determines whether to append log meta automatically. The meta includes log receive time and client IP address. Default to true.

Declaration
public Input<bool> AppendMeta { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

AutoSplit

Determines whether to automatically split a shard. Default to true.

Declaration
public Input<bool> AutoSplit { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

EnableWebTracking

Determines whether to enable Web Tracking. Default false.

Declaration
public Input<bool> EnableWebTracking { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

MaxSplitShardCount

The maximum number of shards for automatic split, which is in the range of 1 to 64. You must specify this parameter when autoSplit is true.

Declaration
public Input<int> MaxSplitShardCount { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Name

The log store, which is unique in the same project.

Declaration
public Input<string> Name { 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

RetentionPeriod

The data retention time (in days). Valid values: [1-3650]. Default to 30. Log store data will be stored permanently when the value is "3650".

Declaration
public Input<int> RetentionPeriod { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ShardCount

The number of shards in this log store. Default to 2. You can modify it by "Split" or "Merge" operations. Refer to details

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