attackTactics

@JvmName(name = "hmechwsauntcycag")
suspend fun attackTactics(value: Output<List<Either<String, AttackTactic>>>)
@JvmName(name = "buuprbfhvipchekc")
suspend fun attackTactics(value: List<Either<String, AttackTactic>>?)

Parameters

value

A list of mitre attack tactics the hunt is associated with


@JvmName(name = "wggynvgiluldmdjh")
suspend fun attackTactics(vararg values: Output<Either<String, AttackTactic>>)


@JvmName(name = "uqdfpolrefducufv")
suspend fun attackTactics(values: List<Output<Either<String, AttackTactic>>>)
@JvmName(name = "pddobmfnwfhgcmyr")
suspend fun attackTactics(vararg values: Either<String, AttackTactic>)

Parameters

values

A list of mitre attack tactics the hunt is associated with