Store Args
data class StoreArgs(val appendMeta: Output<Boolean>? = null, val autoSplit: Output<Boolean>? = null, val enableWebTracking: Output<Boolean>? = null, val encryptConf: Output<StoreEncryptConfArgs>? = null, val maxSplitShardCount: Output<Int>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val retentionPeriod: Output<Int>? = null, val shardCount: Output<Int>? = null, val telemetryType: Output<String>? = null) : ConvertibleToJava<StoreArgs>
Import
Log store can be imported using the id, e.g.
$ pulumi import alicloud:log/store:Store example tf-log:tf-log-store
Content copied to clipboard
Constructors
Link copied to clipboard
fun StoreArgs(appendMeta: Output<Boolean>? = null, autoSplit: Output<Boolean>? = null, enableWebTracking: Output<Boolean>? = null, encryptConf: Output<StoreEncryptConfArgs>? = null, maxSplitShardCount: Output<Int>? = null, name: Output<String>? = null, project: Output<String>? = null, retentionPeriod: Output<Int>? = null, shardCount: Output<Int>? = null, telemetryType: Output<String>? = null)
Functions
Properties
Link copied to clipboard
The number of shards in this log store. Default to 2. You can modify it by "Split" or "Merge" operations. Refer to details