OrganizationConformancePackConformancePackInputParameterArgs

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

Input parameters in the form of key-value pairs for the conformance pack.

Constructors

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

Properties

Link copied to clipboard
val parameterName: Output<String>

One part of a key-value pair.

Link copied to clipboard
val parameterValue: Output<String>

One part of a key-value pair.

Functions

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