Project Properties Table Lifecycle Args
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)