SyntheticTaskCommonSettingArgs

data class SyntheticTaskCommonSettingArgs(val customHost: Output<SyntheticTaskCommonSettingCustomHostArgs>? = null, val ipType: Output<Int>? = null, val isOpenTrace: Output<Boolean>? = null, val monitorSamples: Output<Int>? = null, val traceClientType: Output<Int>? = null, val xtraceRegion: Output<String>? = null) : ConvertibleToJava<SyntheticTaskCommonSettingArgs>

Constructors

Link copied to clipboard
constructor(customHost: Output<SyntheticTaskCommonSettingCustomHostArgs>? = null, ipType: Output<Int>? = null, isOpenTrace: Output<Boolean>? = null, monitorSamples: Output<Int>? = null, traceClientType: Output<Int>? = null, xtraceRegion: Output<String>? = null)

Properties

Link copied to clipboard

Custom host. See custom_host below.

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

IpType.

Link copied to clipboard
val isOpenTrace: Output<Boolean>? = null

Whether to enable link tracking.

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

Whether the monitoring samples are evenly distributed:

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

Link trace client type:

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

The link data is reported to the region.

Functions

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