EnvironmentProfileEnvironmentParameterArgs

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

The parameter details of an environment profile.

Constructors

constructor(name: Output<String>? = null, value: Output<String>? = null)

Properties

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

The name of an environment profile parameter.

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

The value of an environment profile parameter.

Functions

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