enabledControlIdentifiers

@JvmName(name = "nfyddnqcflsiahex")
suspend fun enabledControlIdentifiers(value: Output<List<String>>)
@JvmName(name = "urivpummyyotslov")
suspend fun enabledControlIdentifiers(value: List<String>?)

Parameters

value

A list of security controls that are enabled in the configuration policy. Security Hub disables all other controls (including newly released controls) other than the listed controls. Conflicts with disabled_control_identifiers.


@JvmName(name = "awwvlnwednbeftxl")
suspend fun enabledControlIdentifiers(vararg values: Output<String>)


@JvmName(name = "gawhabjvvontudwb")
suspend fun enabledControlIdentifiers(values: List<Output<String>>)
@JvmName(name = "msvpysvhnevymktc")
suspend fun enabledControlIdentifiers(vararg values: String)

Parameters

values

A list of security controls that are enabled in the configuration policy. Security Hub disables all other controls (including newly released controls) other than the listed controls. Conflicts with disabled_control_identifiers.