TemplateAnchorDateConfigurationArgs

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

Constructors

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

Properties

Link copied to clipboard
val anchorOption: Output<TemplateAnchorOption>? = 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(): TemplateAnchorDateConfigurationArgs