Organization Conformance Pack Input Parameter Args
data class OrganizationConformancePackInputParameterArgs(val parameterName: Output<String>, val parameterValue: Output<String>) : ConvertibleToJava<OrganizationConformancePackInputParameterArgs>
Constructors
Link copied to clipboard
fun OrganizationConformancePackInputParameterArgs(parameterName: Output<String>, parameterValue: Output<String>)