behaviors

@JvmName(name = "qbhucxunsaiavyjr")
suspend fun behaviors(value: Output<List<SecurityProfileBehaviorArgs>>)
@JvmName(name = "dtvrjyxaeaqofbkw")
suspend fun behaviors(value: List<SecurityProfileBehaviorArgs>?)

Parameters

value

Specifies the behaviors that, when violated by a device (thing), cause an alert.


@JvmName(name = "ftrhkqekdmtlrcur")
suspend fun behaviors(vararg values: Output<SecurityProfileBehaviorArgs>)


@JvmName(name = "mdskipynokhgrcky")
suspend fun behaviors(values: List<Output<SecurityProfileBehaviorArgs>>)
@JvmName(name = "btibudnbdcbvuwjr")
suspend fun behaviors(vararg values: SecurityProfileBehaviorArgs)

Parameters

values

Specifies the behaviors that, when violated by a device (thing), cause an alert.


@JvmName(name = "nccqrttsorccjige")
suspend fun behaviors(argument: List<suspend SecurityProfileBehaviorArgsBuilder.() -> Unit>)
@JvmName(name = "euvhecldjvxabfho")
suspend fun behaviors(vararg argument: suspend SecurityProfileBehaviorArgsBuilder.() -> Unit)
@JvmName(name = "khvqbjkphdlgxftv")
suspend fun behaviors(argument: suspend SecurityProfileBehaviorArgsBuilder.() -> Unit)

Parameters

argument

Specifies the behaviors that, when violated by a device (thing), cause an alert.