Organization Conformance Pack Conformance Pack Input Parameter Args
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
Link copied to clipboard
fun OrganizationConformancePackConformancePackInputParameterArgs(parameterName: Output<String>, parameterValue: Output<String>)