ProjectPropertiesTableLifecycleArgs

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

Constructors

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

Functions

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

Properties

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

Life cycle type.

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

The value of the life cycle.