EnvironmentPropertiesArgs

data class EnvironmentPropertiesArgs(val properties: Output<List<EnvironmentPropertiesPropertyArgs>>? = null) : ConvertibleToJava<EnvironmentPropertiesArgs>

Constructors

Link copied to clipboard
constructor(properties: Output<List<EnvironmentPropertiesPropertyArgs>>? = null)

Properties

Link copied to clipboard

List of all properties in the object. Structure is documented below.

Functions

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