ConfigurationSetTrackingOptionsArgs

data class ConfigurationSetTrackingOptionsArgs(val customRedirectDomain: Output<String>, val httpsPolicy: Output<String>? = null) : ConvertibleToJava<ConfigurationSetTrackingOptionsArgs>

Constructors

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

Properties

Link copied to clipboard

The domain to use for tracking open and click events.

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

The https policy to use for tracking open and click events. Valid values are REQUIRE, REQUIRE_OPEN_ONLY or OPTIONAL.

Functions

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