ProjectPropertiesTableLifecycleArgs

data class ProjectPropertiesTableLifecycleArgs(val type: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<ProjectPropertiesTableLifecycleArgs>

Constructors

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

Properties

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

Project type

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

The value of the life cycle, in days. The value range is 1~37231, and the default value is 37231.

Functions

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