OrganizationConformancePackInputParameterArgs

data class OrganizationConformancePackInputParameterArgs(val parameterName: Output<String>, val parameterValue: Output<String>) : ConvertibleToJava<OrganizationConformancePackInputParameterArgs>

Constructors

fun OrganizationConformancePackInputParameterArgs(parameterName: Output<String>, parameterValue: Output<String>)

Functions

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

Properties

Link copied to clipboard
val parameterName: Output<String>

The input key.

Link copied to clipboard
val parameterValue: Output<String>

The input value.