disabledControlIdentifiers

@JvmName(name = "axrdfhqosbkjagdc")
suspend fun disabledControlIdentifiers(value: Output<List<String>>)
@JvmName(name = "senxeklkbbdqkcok")
suspend fun disabledControlIdentifiers(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "coruxashxfonkrfs")
suspend fun disabledControlIdentifiers(values: List<Output<String>>)
@JvmName(name = "farxsvsafnrnwkih")
suspend fun disabledControlIdentifiers(vararg values: String)

Parameters

values

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