Hunt Args
constructor(attackTactics: Output<List<Either<String, AttackTactic>>>? = null, attackTechniques: Output<List<String>>? = null, description: Output<String>? = null, displayName: Output<String>? = null, huntId: Output<String>? = null, hypothesisStatus: Output<Either<String, HypothesisStatus>>? = null, labels: Output<List<String>>? = null, owner: Output<HuntOwnerArgs>? = null, resourceGroupName: Output<String>? = null, status: Output<Either<String, Status>>? = null, workspaceName: Output<String>? = null)