WarmStoreConfigurationPropertiesArgs

data class WarmStoreConfigurationPropertiesArgs(val dataRetention: Output<String>) : ConvertibleToJava<WarmStoreConfigurationPropertiesArgs>

The warm store configuration provides the details to create a warm store cache that will retain a copy of the environment's data available for faster query.

Constructors

Link copied to clipboard
constructor(dataRetention: Output<String>)

Properties

Link copied to clipboard
val dataRetention: Output<String>

ISO8601 timespan specifying the number of days the environment's events will be available for query from the warm store.

Functions

Link copied to clipboard
open override fun toJava(): WarmStoreConfigurationPropertiesArgs