profile Assessment Configs
suspend fun profileAssessmentConfigs(value: Output<List<SecurityProfileV2ProfileAssessmentConfigArgs>>)
Parameters
value
A map of the assessment name and the assessment config. Structure is documented below.
suspend fun profileAssessmentConfigs(vararg values: Output<SecurityProfileV2ProfileAssessmentConfigArgs>)
suspend fun profileAssessmentConfigs(values: List<Output<SecurityProfileV2ProfileAssessmentConfigArgs>>)
Parameters
values
A map of the assessment name and the assessment config. Structure is documented below.
suspend fun profileAssessmentConfigs(argument: List<suspend SecurityProfileV2ProfileAssessmentConfigArgsBuilder.() -> Unit>)
suspend fun profileAssessmentConfigs(vararg argument: suspend SecurityProfileV2ProfileAssessmentConfigArgsBuilder.() -> Unit)
suspend fun profileAssessmentConfigs(argument: suspend SecurityProfileV2ProfileAssessmentConfigArgsBuilder.() -> Unit)
Parameters
argument
A map of the assessment name and the assessment config. Structure is documented below.