CollectionPolicyCentralizeConfigArgs

data class CollectionPolicyCentralizeConfigArgs(val destLogstore: Output<String>? = null, val destProject: Output<String>? = null, val destRegion: Output<String>? = null, val destTtl: Output<Int>? = null) : ConvertibleToJava<CollectionPolicyCentralizeConfigArgs>

Constructors

Link copied to clipboard
constructor(destLogstore: Output<String>? = null, destProject: Output<String>? = null, destRegion: Output<String>? = null, destTtl: Output<Int>? = null)

Properties

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

When the central logstore is transferred to the destination logstore, its geographical attribute should be consistent with the destRegion and belong to the destProject.

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

The geographical attributes of the centralized transfer project should be consistent with the destRegion.

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

Centralized transfer destination area.

Link copied to clipboard
val destTtl: Output<Int>? = null

The number of days for the central transfer destination. This is valid only if the central transfer destination log store is not created for the first time.

Functions

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