behaviors

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "gmccwrgkbkbinqpv")
suspend fun behaviors(argument: List<suspend SecurityProfileBehaviorArgsBuilder.() -> Unit>)
@JvmName(name = "sttpulfcgajqfcoc")
suspend fun behaviors(vararg argument: suspend SecurityProfileBehaviorArgsBuilder.() -> Unit)
@JvmName(name = "avgqbmoaavhisqdg")
suspend fun behaviors(argument: suspend SecurityProfileBehaviorArgsBuilder.() -> Unit)

Parameters

argument

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