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

Functions

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

Properties

Link copied to clipboard
val parameterName: Output<String>
Link copied to clipboard
val parameterValue: Output<String>