CollectionPolicyDataConfigArgs

data class CollectionPolicyDataConfigArgs(val dataProject: Output<String>? = null, val dataRegion: Output<String>? = null) : ConvertibleToJava<CollectionPolicyDataConfigArgs>

Constructors

Link copied to clipboard
constructor(dataProject: Output<String>? = null, dataRegion: Output<String>? = null)

Properties

Link copied to clipboard
val dataProject: Output<String>? = null

Valid only when the log type is global. For example, if the productCode is sls, the log is collected to the default dedicated Project of the account in a specific dataRegion.

Link copied to clipboard
val dataRegion: Output<String>? = null

If and only if the log type is global log type, for example, if productCode is sls, global logs will be collected to the corresponding region during the first configuration.

Functions

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