conformance Pack Input Parameters
suspend fun conformancePackInputParameters(value: Output<List<OrganizationConformancePackConformancePackInputParameterArgs>>)
suspend fun conformancePackInputParameters(value: List<OrganizationConformancePackConformancePackInputParameterArgs>?)
Parameters
value
A list of ConformancePackInputParameter objects.
suspend fun conformancePackInputParameters(vararg values: Output<OrganizationConformancePackConformancePackInputParameterArgs>)
suspend fun conformancePackInputParameters(values: List<Output<OrganizationConformancePackConformancePackInputParameterArgs>>)
suspend fun conformancePackInputParameters(vararg values: OrganizationConformancePackConformancePackInputParameterArgs)
Parameters
values
A list of ConformancePackInputParameter objects.
suspend fun conformancePackInputParameters(argument: List<suspend OrganizationConformancePackConformancePackInputParameterArgsBuilder.() -> Unit>)
suspend fun conformancePackInputParameters(vararg argument: suspend OrganizationConformancePackConformancePackInputParameterArgsBuilder.() -> Unit)
suspend fun conformancePackInputParameters(argument: suspend OrganizationConformancePackConformancePackInputParameterArgsBuilder.() -> Unit)
Parameters
argument
A list of ConformancePackInputParameter objects.