AnalysisAnchorDateConfigurationArgs

data class AnalysisAnchorDateConfigurationArgs(val anchorOption: Output<AnalysisAnchorOption>? = null, val parameterName: Output<String>? = null) : ConvertibleToJava<AnalysisAnchorDateConfigurationArgs>

Constructors

Link copied to clipboard
constructor(anchorOption: Output<AnalysisAnchorOption>? = null, parameterName: Output<String>? = null)

Properties

Link copied to clipboard
val anchorOption: Output<AnalysisAnchorOption>? = null

The options for the date configuration. Choose one of the options below:

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

The name of the parameter that is used for the anchor date configuration.

Functions

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