OrganizationConformancePackInputParameterArgs

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

Constructors

constructor(parameterName: Output<String>, parameterValue: Output<String>)

Properties

Link copied to clipboard
val parameterName: Output<String>

The input key.

Link copied to clipboard
val parameterValue: Output<String>

The input value.

Functions

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