StoreArgs

fun StoreArgs(appendMeta: Output<Boolean>? = null, autoSplit: Output<Boolean>? = null, enableWebTracking: Output<Boolean>? = null, encryptConf: Output<StoreEncryptConfArgs>? = null, hotTtl: Output<Int>? = null, maxSplitShardCount: Output<Int>? = null, mode: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, retentionPeriod: Output<Int>? = null, shardCount: Output<Int>? = null, telemetryType: Output<String>? = null)